@ -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
|
Reference in New Issue
Block a user