From 208beac0e664e31b390b58ff8ee42812c50c7004 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 23 Feb 2024 21:47:23 +0000 Subject: [PATCH] Install SSH/JQ in gogs Allow us to replace kroniak/ssh-client doe deploy/git status Signed-off-by: Sarah Jamie Lewis --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bfdce4f..318b02c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14 -RUN apk add --no-cache ca-certificates curl +RUN apk add --no-cache ca-certificates curl jq openssh-client COPY gogs-notify /