We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623ad0f commit 5f4b347Copy full SHA for 5f4b347
main.dockerfile
@@ -1,14 +1,14 @@
1
-FROM node:16.13.1-slim
+FROM node:18.12.1-slim
2
3
-ENV LERNA_VERSION 4.0.0
+ENV LERNA_VERSION 6
4
5
ENV NPM_CONFIG_LOGLEVEL warn
6
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
7
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD true
8
9
# base services
10
RUN apt-get update &&\
11
- apt-get install -yq wget gnupg openssl ranger vim neovim curl python-dev python-pip git jq
+ apt-get install -yq wget gnupg openssl ranger vim neovim curl python-dev python3-pip git jq
12
13
# node-canvas
14
0 commit comments