Skip to content

Commit 2f384d9

Browse files
committed
Fix
1 parent de8b1ec commit 2f384d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ide/code/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN apt-get install -y pkg-config dbus xvfb libgtk-3-0 libxkbfile-dev libkrb5-de
3939

4040
# ENV npm_config_arch=x64
4141
RUN mkdir -p .build \
42-
&& npm config set registry "$NPM_REGISTRY" \
42+
&& npm config set registry $NPM_REGISTRY \
4343
&& npm ci
4444

4545
# check that the provided codeVersion is the correct one for the given codeCommit

0 commit comments

Comments
 (0)