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