Skip to content

Commit 90a9cf1

Browse files
committed
fix: dockerfile for 0.8.1 release
1 parent 79f7bc5 commit 90a9cf1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
FROM golang:alpine as gobuild
22
RUN mkdir /tmp-orig
33
COPY backrest /backrest
4-
RUN /backrest --install-deps=true
54

65
FROM scratch
7-
COPY --from=gobuild /root/.local/share/backrest/ /.local/share/backrest/
86
COPY --from=gobuild /tmp-orig /tmp
97
COPY --from=gobuild /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
108

0 commit comments

Comments
 (0)