Create Dockerfile
This commit is contained in:
parent
05ae2e739b
commit
ba60bcf066
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue