fix: add bash to Dockerfile dependencies
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
RUN apk add --no-cache nodejs npm git \
|
RUN apk add --no-cache bash nodejs npm git \
|
||||||
&& node --version \
|
&& node --version \
|
||||||
&& npm --version \
|
&& npm --version \
|
||||||
&& git --version
|
&& git --version
|
||||||
|
|||||||
Reference in New Issue
Block a user