im silly
All checks were successful
Publish Docker Image / docker (push) Successful in 1m8s

This commit is contained in:
Lee 2023-10-15 01:37:35 +01:00
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