1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00
This commit is contained in:
kev 2015-06-17 09:37:45 +08:00
parent 752a737ba7
commit c0bc4110de

View File

@ -10,7 +10,7 @@ RUN apt-get update \
&& curl -o dante-server.deb http://ftp.us.debian.org/debian/pool/main/d/dante/dante-server_1.1.19.dfsg-3+b3_amd64.deb \
&& dpkg -i dante-server.deb || apt-get install -f -y \
&& apt-get purge -y --auto-remove curl \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf dante-server.deb /var/lib/apt/lists/*
ADD danted.conf /etc/danted.conf