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