This commit is contained in:
commit
ceaeb53a28
2 changed files with 47 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk update && \
|
||||
apk add s3cmd
|
||||
|
||||
ENTRYPOINT ["/usr/bin/s3cmd"]
|
Loading…
Add table
Add a link
Reference in a new issue