asked john again, might work
Some checks failed
Publish Docker Image / docker (push) Failing after 46s
Some checks failed
Publish Docker Image / docker (push) Failing after 46s
This commit is contained in:
parent
136536acd2
commit
717bc012e7
@ -8,5 +8,11 @@ COPY --from=node /usr/local/lib /usr/local/lib
|
||||
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 the necessary dependencies for Node.js
|
||||
RUN apk add --no-cache libstdc++ libgcc
|
||||
|
||||
# Install other dependencies
|
||||
RUN apk install --no-cache curl wget git bash
|
||||
|
||||
# Print the version of NodeJS we're running
|
||||
RUN node --version
|
Loading…
Reference in New Issue
Block a user