Create Dockerfile
This commit is contained in:
parent
05ae2e739b
commit
ba60bcf066
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk --no-cache add \
|
||||
libressl \
|
||||
lftp
|
||||
|
||||
ADD upload.sh /bin/
|
||||
RUN chmod +x /bin/upload.sh
|
||||
|
||||
ENTRYPOINT /bin/upload.sh
|
Loading…
Reference in New Issue
Block a user