Skip to content

Commit

Permalink
Pure-FTPd 1.0.50 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max and crazy-max authored Feb 20, 2022
1 parent 6e027d2 commit dc2bbb5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PUREFTPD_VERSION=1.0.49
ARG PUREFTPD_VERSION=1.0.50

FROM --platform=${BUILDPLATFORM:-linux/amd64} crazymax/alpine-s6:3.15-2.2.0.3 AS download
RUN apk --update --no-cache add curl patch tar
Expand Down Expand Up @@ -26,6 +26,7 @@ COPY --from=download /dist/pureftpd /tmp/pureftpd
WORKDIR /tmp/pureftpd
RUN ./configure \
--prefix=/pure-ftpd \
--without-ascii \
--without-humor \
--without-inetd \
--without-pam \
Expand Down
1 change: 1 addition & 0 deletions rootfs/etc/cont-init.d/01-config.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/with-contenv sh
# shellcheck shell=sh

TZ=${TZ:-UTC}
AUTH_METHOD=${AUTH_METHOD:-puredb}
Expand Down
1 change: 1 addition & 0 deletions rootfs/etc/cont-init.d/02-service.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/with-contenv sh
# shellcheck shell=sh

mkdir -p /etc/services.d/pure-ftpd

Expand Down
1 change: 1 addition & 0 deletions rootfs/etc/cont-init.d/03-uploadscript.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/with-contenv sh
# shellcheck shell=sh

#UPLOADSCRIPT=${UPLOADSCRIPT:-/data/uploadscript.sh}

Expand Down

0 comments on commit dc2bbb5

Please sign in to comment.