add bash to nodejs image
All checks were successful
Publish Docker Image / docker (push) Successful in 46s
All checks were successful
Publish Docker Image / docker (push) Successful in 46s
This commit is contained in:
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
|
Loading…
Reference in New Issue
Block a user