install fuse and ca-certificates

This commit is contained in:
Bruno Clermont 2017-06-23 10:38:19 +02:00
parent b7251dbea5
commit d702227af0
1 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@ FROM alpine:3.6
COPY restic /usr/bin
RUN apk add --update --no-cache ca-certificates fuse
ENTRYPOINT ["/usr/bin/restic"]