This commit is contained in:
parent
717bc012e7
commit
2ccf9cf70f
@ -12,7 +12,7 @@ COPY --from=node /usr/local/bin /usr/local/bin
|
||||
RUN apk add --no-cache libstdc++ libgcc
|
||||
|
||||
# Install other dependencies
|
||||
RUN apk install --no-cache curl wget git bash
|
||||
RUN apk add --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