Corrected the missing borgbackup package in alpine:edge images

This commit is contained in:
2022-09-18 12:55:16 +02:00
parent dd238452c3
commit 2891fd0016

View File

@@ -1,4 +1,4 @@
FROM alpine:edge AS builder FROM alpine:latest AS builder
ARG TARGETPLATFORM ARG TARGETPLATFORM
@@ -12,7 +12,7 @@ RUN apk add --no-cache curl jq \
&& curl --retry 3 -L -s -o /tmp/s6-overlay.tar.xz $S6_DOWNLOAD_URL \ && curl --retry 3 -L -s -o /tmp/s6-overlay.tar.xz $S6_DOWNLOAD_URL \
&& tar -xf /tmp/s6-overlay.tar.xz -C /tmp/s6-overlay && tar -xf /tmp/s6-overlay.tar.xz -C /tmp/s6-overlay
FROM alpine:edge FROM alpine:latest
RUN apk add --no-cache bash curl openssh-server rsync rrsync borgbackup RUN apk add --no-cache bash curl openssh-server rsync rrsync borgbackup
COPY --from=builder /tmp/s6-overlay / COPY --from=builder /tmp/s6-overlay /