mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-16 03:34:18 +01:00
Corrected the missing borgbackup package in alpine:edge images
This commit is contained in:
@@ -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 /
|
||||||
|
|||||||
Reference in New Issue
Block a user