diff --git a/Dockerfile b/Dockerfile index aeaf261..11ed8ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,8 +41,7 @@ RUN apt update -y \ && apt clean -y # Final clean up -RUN apt update -y \ - && apt upgrade -y \ +RUN apt upgrade -y \ && apt auto-remove -y \ && apt clean -y