Commit 5f1c8e2c authored by nimrod's avatar nimrod
Browse files

httpd: Fix the buster build.

The repo has moved to `archive.debian.org`.
parent bb57fd0e
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ ENV APACHE_RUN_DIR=/run/apache2 \
    APACHE_RUN_GROUP=www-data \
    APACHE_PID_FILE=/run/apache2/apache2.pid
# hadolint ignore=DL3008,DL3015
RUN apt-get update && \
RUN sed -i 's/deb\.debian\.org/archive.debian.org/' /etc/apt/sources.list && \
    apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install -y \
        apache2 \
        libcap2-bin \