mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-12 04:23:04 +02:00
update
This commit is contained in:
parent
752a737ba7
commit
c0bc4110de
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user