diff --git a/Dockerfile b/Dockerfile index 6d735ca..1b5fe66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV TZ=${TZ} ENV USER=${APP_USER} RUN apt-get update && \ - apt-get install --no-cache \ + apt-get install \ tzdata \ xz