mirror of
https://github.com/thegeeklab/drone-s3-sync.git
synced 2024-11-22 11:10:39 +00:00
update dockerfile, add mime.types
This commit is contained in:
parent
eb8b4e32bd
commit
ca7a275625
@ -5,8 +5,7 @@
|
|||||||
|
|
||||||
FROM gliderlabs/alpine:3.1
|
FROM gliderlabs/alpine:3.1
|
||||||
RUN apk add --update \
|
RUN apk add --update \
|
||||||
python \
|
ca-certificates
|
||||||
py-pip \
|
|
||||||
&& pip install awscli
|
|
||||||
ADD drone-s3-sync /bin/
|
ADD drone-s3-sync /bin/
|
||||||
|
ADD mime.types /etc/
|
||||||
ENTRYPOINT ["/bin/drone-s3-sync"]
|
ENTRYPOINT ["/bin/drone-s3-sync"]
|
||||||
|
1588
mime.types
Normal file
1588
mime.types
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user