mirror of
https://github.com/octoleo/restic.git
synced 2024-11-24 21:57:41 +00:00
install fuse and ca-certificates
This commit is contained in:
parent
b7251dbea5
commit
d702227af0
@ -2,4 +2,6 @@ FROM alpine:3.6
|
|||||||
|
|
||||||
COPY restic /usr/bin
|
COPY restic /usr/bin
|
||||||
|
|
||||||
|
RUN apk add --update --no-cache ca-certificates fuse
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/restic"]
|
ENTRYPOINT ["/usr/bin/restic"]
|
||||||
|
Loading…
Reference in New Issue
Block a user