gitreef

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 98f8fa75fe32c0d74e4b772b81412d01db062b83
parent 175949819da5c9de43878b04edd9ed009278ae9e
Author: Matthias Jaros <jaros@mailbox.org>
Date:   Wed, 29 Oct 2025 21:01:25 +0100

Test

Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -1,7 +1,7 @@ ARG APP_VERSION ARG BASE_IMAGE=alpine:latest -FROM ${BASE_IMAGE} as runtime +FROM ${BASE_IMAGE} RUN apk add --no-cache openssh-server fish git sudo