mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Improve dependency install
This commit is contained in:
parent
cb4440d60b
commit
607082893f
@ -1,4 +1,4 @@
|
|||||||
FROM bitnami/minideb:stretch
|
FROM debian:stretch-slim
|
||||||
|
|
||||||
LABEL maintainer="Adrien Ferrand <ferrand.ad@gmail.com>"
|
LABEL maintainer="Adrien Ferrand <ferrand.ad@gmail.com>"
|
||||||
|
|
||||||
@ -36,8 +36,8 @@ supervisor rsync samba-client samba-common-bin openssh-client openssl rrdtool ms
|
|||||||
&& touch /firstrun \
|
&& touch /firstrun \
|
||||||
# Clean
|
# Clean
|
||||||
&& rm -rf /root/backuppc-xs /root/rsync-bpc /root/par2cmdline \
|
&& rm -rf /root/backuppc-xs /root/rsync-bpc /root/par2cmdline \
|
||||||
&& apt-get remove --purge --auto-remove -y gcc g++ autoconf automake make git patch libexpat1-dev curl wget ca-certificates \
|
&& DEBIAN_FRONTEND=noninteractive apt-get remove --purge --auto-remove -y gcc g++ autoconf automake make git patch libexpat1-dev curl wget ca-certificates \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
COPY files/lighttpd.conf /etc/lighttpd/lighttpd.conf
|
COPY files/lighttpd.conf /etc/lighttpd/lighttpd.conf
|
||||||
COPY files/entrypoint.sh /entrypoint.sh
|
COPY files/entrypoint.sh /entrypoint.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user