Skip to content

Commit

Permalink
fix: dockerfile for 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Dec 25, 2023
1 parent 79f7bc5 commit 90a9cf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM golang:alpine as gobuild
RUN mkdir /tmp-orig
COPY backrest /backrest
RUN /backrest --install-deps=true

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

Expand Down

0 comments on commit 90a9cf1

Please sign in to comment.