with npx v24 we should get npx again
Build and Push Docker Images / build-and-push (push) Successful in 29m16s
Build and Push Docker Images / build-and-push (push) Successful in 29m16s
This commit is contained in:
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y sqlite3
|
|||||||
|
|
||||||
# nodejs
|
# nodejs
|
||||||
RUN apt-get install -y curl && \
|
RUN apt-get install -y curl && \
|
||||||
curl -sL https://deb.nodesource.com/setup_23.x | bash - && \
|
curl -sL https://deb.nodesource.com/setup_24.x | bash - && \
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
|
|
||||||
# openssl for openssl-sys
|
# openssl for openssl-sys
|
||||||
|
|||||||
Reference in New Issue
Block a user