Add upload script and use bash

This commit is contained in:
Christoph Schlosser 2017-10-25 23:59:10 +02:00
commit 6ae5a11253
2 changed files with 38 additions and 1 deletions

View file

@ -2,7 +2,8 @@ FROM alpine
RUN apk --no-cache add \
libressl \
lftp
lftp \
bash
ADD upload.sh /bin/
RUN chmod +x /bin/upload.sh