Merge pull request #8 from drone-plugins/feature/fixes

Install mailcap instead of maintaining mime.types
This commit is contained in:
Thomas Boerger 2016-02-02 09:47:04 +01:00
commit a14f0913d9
2 changed files with 8 additions and 1592 deletions

View File

@ -3,9 +3,13 @@
# CGO_ENABLED=0 go build -a -tags netgo
# docker build --rm=true -t plugins/drone-s3-sync .
FROM gliderlabs/alpine:3.1
RUN apk add --update \
ca-certificates
FROM alpine:3.1
RUN apk update && \
apk add \
ca-certificates \
mailcap && \
rm -rf /var/cache/apk/*
ADD drone-s3-sync /bin/
ADD mime.types /etc/
ENTRYPOINT ["/bin/drone-s3-sync"]

1588
mime.types

File diff suppressed because it is too large Load Diff