diff --git a/Dockerfile b/Dockerfile index 1f5777b..986b900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,7 @@ LABEL maintainer="Charles Lu " ENV CRON_LOG_LEVEL=8 # Packages installation -RUN apk --update add --no-cache bash cron bzip2 gzip postgresql-client && \ - apt-get purge -y --auto-remove && \ - rm -rf /var/lib/apt/lists/* +RUN apk --update add --no-cache bash bzip2 gzip postgresql-client # Copy files to the image ADD autopostgresqlbackup.conf /etc/default/autopostgresqlbackup