Compare commits

...

1 Commits

Author SHA1 Message Date
jiantw83 8aa273b8bd fix: add bash to Dockerfile dependencies 2026-05-11 10:46:58 +00:00
+1 -1
View File
@@ -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