remove node install as we're copying it
All checks were successful
Publish Docker Image / docker (push) Successful in 1m35s

This commit is contained in:
Lee 2023-10-15 01:27:58 +01:00
parent ab4c2a00e9
commit decfe7d781

@ -10,7 +10,4 @@ COPY --from=node /usr/local/include /usr/local/include
COPY --from=node /usr/local/bin /usr/local/bin
# Install packages
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
RUN apk add --no-cache curl wget git bash