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

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
acdh-ch authored Oct 8, 2023
1 parent e9a6307 commit 82a1717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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 && apt-get dist-upgrade -y && \
apt-get update -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 82a1717

Please sign in to comment.