mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-27 18:35:36 +00:00
fix: add docker-cli to alpine backrest image
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add tini ca-certificates curl bash rclone openssh tzdata
|
||||
RUN apk --no-cache add tini ca-certificates curl bash rclone openssh tzdata docker-cli
|
||||
RUN mkdir -p /tmp
|
||||
COPY backrest /backrest
|
||||
RUN /backrest --install-deps-only
|
||||
RUN mkdir -p /bin && mv /root/.local/share/backrest/* /bin
|
||||
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
CMD ["/backrest", "--bind-address", ":9898"]
|
||||
CMD ["/backrest", "--bind-address", ":9898"]
|
||||
|
||||
Reference in New Issue
Block a user