add bash to nodejs image
All checks were successful
Publish Docker Image / docker (push) Successful in 46s

This commit is contained in:
Lee 2023-10-11 23:40:49 +01:00
parent 6fdfc9c28a
commit 6454bb6277

@ -1,7 +1,7 @@
FROM docker:latest
# Install packages
RUN apk add --no-cache curl wget git
RUN apk add --no-cache curl wget git bash
# Install Node 18
RUN apk add nodejs npm --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted