fix: add bash to Dockerfile dependencies
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user