diff --git a/Dockerfile b/Dockerfile index 747ba86..3a5481d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine -RUN apk add --no-cache nodejs npm git \ +RUN apk add --no-cache bash nodejs npm git \ && node --version \ && npm --version \ && git --version