From 2638f9542ebbf73be0859b3573e36dbbac476358 Mon Sep 17 00:00:00 2001 From: Eike Ahmels Date: Thu, 28 Oct 2021 12:14:45 +0200 Subject: [PATCH] CHORE: typo --- web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/Dockerfile b/web/Dockerfile index 35065b8..8e0a42f 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -8,11 +8,11 @@ COPY nginx/upstreams.conf /etc/nginx/conf.d/upstreams.conf COPY nginx/mainsail.conf /etc/nginx/conf.d/default.conf RUN apt-get update \ - && apt-get install -y unzip wget \ + && apt-get install -y unzip wget RUN apt-get -y autoremove \ && apt-get clean \ - && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \ + && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* COPY start-web /bin/start-web RUN chmod +x /bin/start-web