File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,11 @@ WORKDIR /gp-code
16
16
RUN yarn --cwd remote --frozen-lockfile --network-timeout 180000
17
17
18
18
19
- FROM gitpod/openvscode-server-linux-build-agent:focal-x64 as code_builder
20
-
21
- ARG NODE_VERSION=16.19.0
22
- ARG NVM_DIR="/root/.nvm"
23
- RUN mkdir -p $NVM_DIR \
24
- && curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | sh \
25
- && . $NVM_DIR/nvm.sh \
26
- && nvm alias default $NODE_VERSION
27
- ENV PATH=$NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
19
+ FROM gitpod/openvscode-server-linux-build-agent:bionic-x64 as code_builder
28
20
29
21
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
30
22
ENV ELECTRON_SKIP_BINARY_DOWNLOAD=1
23
+ ENV VSCODE_SKIP_NODE_VERSION_CHECK=1
31
24
32
25
ARG CODE_COMMIT
33
26
ARG CODE_QUALITY
You can’t perform that action at this time.
0 commit comments