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 2f384d9 commit 42c9adbCopy full SHA for 42c9adb
components/ide/code/leeway.nightly.Dockerfile
@@ -55,7 +55,7 @@ RUN apt-get install -y pkg-config dbus xvfb libgtk-3-0 libxkbfile-dev libkrb5-de
55
56
ENV npm_config_arch=x64
57
RUN mkdir -p .build \
58
- && npm config set registry "$NPM_REGISTRY" \
+ && npm config set registry $NPM_REGISTRY \
59
&& npm ci
60
61
# copy remote dependencies build in dependencies_builder image
0 commit comments