Update Dockerfile
This commit is contained in:
parent
9dfe7606bb
commit
86f8dab440
@ -7,9 +7,7 @@ LABEL maintainer="Charles Lu <github.com/charleszlu>"
|
|||||||
ENV CRON_LOG_LEVEL=8
|
ENV CRON_LOG_LEVEL=8
|
||||||
|
|
||||||
# Packages installation
|
# Packages installation
|
||||||
RUN apk --update add --no-cache bash cron bzip2 gzip postgresql-client && \
|
RUN apk --update add --no-cache bash bzip2 gzip postgresql-client
|
||||||
apt-get purge -y --auto-remove && \
|
|
||||||
rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
# Copy files to the image
|
# Copy files to the image
|
||||||
ADD autopostgresqlbackup.conf /etc/default/autopostgresqlbackup
|
ADD autopostgresqlbackup.conf /etc/default/autopostgresqlbackup
|
||||||
|
Loading…
Reference in New Issue
Block a user