From cca2d00a78bdff152a915fba80131166cbb279bf Mon Sep 17 00:00:00 2001 From: sohalt Date: Tue, 7 Apr 2020 04:30:10 +0200 Subject: [PATCH] Remove --allow-unauthenticated --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f561c98..bf6cdb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \