mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-26 07:13:34 +01:00
update pure-ftpd
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
FROM debian:jessie
|
||||
MAINTAINER kev <noreply@datageek.info>
|
||||
|
||||
RUN apt-get update \
|
||||
RUN set -xe \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y pure-ftpd \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& groupadd ftpgroup \
|
||||
|
||||
Reference in New Issue
Block a user