remove node install as we're copying it
All checks were successful
Publish Docker Image / docker (push) Successful in 1m35s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m35s
This commit is contained in:
parent
ab4c2a00e9
commit
decfe7d781
@ -11,6 +11,3 @@ COPY --from=node /usr/local/bin /usr/local/bin
|
|||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apk add --no-cache curl wget git bash
|
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