diff --git a/Dockerfile b/Dockerfile index 70082af..fbb481c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM alpine:3.20 RUN apk add --no-cache \ + bash \ openssh \ git \ nodejs \