Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
update base image for http to debian:bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
acdh-ch committed Oct 9, 2023
1 parent 82a1717 commit 145cdfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM debian:stretch
FROM debian:bullseye
MAINTAINER Mateusz Żółtak <[email protected]>

# install software
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i -e 's~http://archive~http://at.archive~' /etc/apt/sources.list && \
apt-get update -y && \
apt-get update && apt-get dist-upgrade -y && \
apt-get install -y supervisor apache2 apache2-utils libapache2-mpm-itk links curl vim locales && \
a2enmod rewrite && \
a2enmod headers && \
Expand Down

0 comments on commit 145cdfa

Please sign in to comment.