Remove --allow-unauthenticated

master
sohalt 2020-04-07 04:30:10 +02:00
parent cc5b50b050
commit cca2d00a78
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ RUN apt-get install -y curl \
&& wget --quiet -O - https://deb.nodesource.com/setup_10.x | bash - \
&& apt-get install -y nodejs
RUN apt-get install -y --no-install-recommends --allow-unauthenticated \
RUN apt-get install -y --no-install-recommends \
apache2 \
apache2-dev \
autoconf \