From e273df8bc3d89d547b770291b05ef3dc7114bad2 Mon Sep 17 00:00:00 2001 From: Macleykun Date: Sun, 19 Jun 2022 21:30:57 +0200 Subject: [PATCH] right install --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7bc776a..e27f65b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,8 @@ FROM sebp/lighttpd:latest # Todo, figure out why using a workdir instead of full paths don't work # Todo, do we still need all these packages? I can already see sudo which isn't needed -RUN apk install ca-certificates curl libwww-perl arp-scan perl acron php php-cgi php-fpm php-sqlite3 sqlite3 dnsutils net-tools python iproute2 -y \ +RUN apk update \ + && apk install --no-cache ca-certificates curl libwww-perl arp-scan perl acron php php-cgi php-fpm php-sqlite3 sqlite3 dnsutils net-tools python iproute2 \ # && apt-get clean autoclean \ # && apt-get autoremove \ # && rm -rf /var/lib/apt/lists/* \