From f3b2fb3228eababb16d8b3b1eaed531f8f825447 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 10 Jan 2017 15:38:38 +0100 Subject: [PATCH] update base image --- .editorconfig | 9 +++++++++ Dockerfile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d741e40 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4 diff --git a/Dockerfile b/Dockerfile index 208bb97..f25a86f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN adduser -h /var/lib/proftp -u 2222 -D -G proftp proftp ADD /rootfs / -RUN apk add --no-cache openssl openldap tar gcc make g++ openldap-dev file +RUN apk add --no-cache libressl openldap tar gcc make g++ openldap-dev file RUN mkdir /tmp/proftpd RUN wget -qO- https://github.com/proftpd/proftpd/archive/$PROFTP_VERSION.tar.gz | tar -xz -C /tmp/proftpd --strip 1