From 91b33b14586a36f07a93f4e3d2f6cea6f8fd152e Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 16 Mar 2023 20:45:29 +0000 Subject: [PATCH] Dockerfile optimisations --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 91b32d1..95fb9cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ RUN bash /data/in/conf/deploy.sh FROM fholzer/nginx-brotli:latest RUN rm /etc/nginx/nginx.conf -RUN apk update -RUN apk add --upgrade libxml2 libxslt +RUN apk update && apk add --upgrade libxml2 libxslt COPY ./conf/nginx.conf /etc/nginx/nginx.conf COPY --from=compressor /data/out/ /site-static/ \ No newline at end of file