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