We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8b1ec commit 2f384d9Copy full SHA for 2f384d9
components/ide/code/leeway.Dockerfile
@@ -39,7 +39,7 @@ RUN apt-get install -y pkg-config dbus xvfb libgtk-3-0 libxkbfile-dev libkrb5-de
39
40
# ENV npm_config_arch=x64
41
RUN mkdir -p .build \
42
- && npm config set registry "$NPM_REGISTRY" \
+ && npm config set registry $NPM_REGISTRY \
43
&& npm ci
44
45
# check that the provided codeVersion is the correct one for the given codeCommit
0 commit comments