From 2891fd001691d3211ae754256aab26be11200181 Mon Sep 17 00:00:00 2001 From: napnap75 Date: Sun, 18 Sep 2022 12:55:16 +0200 Subject: [PATCH] Corrected the missing borgbackup package in alpine:edge images --- sshd/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sshd/Dockerfile b/sshd/Dockerfile index 3e4fb93..8e41a35 100644 --- a/sshd/Dockerfile +++ b/sshd/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:edge AS builder +FROM alpine:latest AS builder 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 \ && 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 COPY --from=builder /tmp/s6-overlay /