We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f7bc5 commit 90a9cf1Copy full SHA for 90a9cf1
Dockerfile
@@ -1,10 +1,8 @@
1
FROM golang:alpine as gobuild
2
RUN mkdir /tmp-orig
3
COPY backrest /backrest
4
-RUN /backrest --install-deps=true
5
6
FROM scratch
7
-COPY --from=gobuild /root/.local/share/backrest/ /.local/share/backrest/
8
COPY --from=gobuild /tmp-orig /tmp
9
COPY --from=gobuild /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
10
0 commit comments