From fadd05bbb626e1f9db7e039a0e3a80255c449033 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 8 Nov 2023 16:17:36 +0100 Subject: [PATCH] add bash --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6d10cde..bc168c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apk add --no-cache \ git \ openssh-client \ iputils-ping \ + bash \ && mkdir /app # Copy the script into the container