Skip to content

Commit f6bd33a

Browse files
committed
typo
1 parent 24e81f2 commit f6bd33a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN \
4444
| jq -r '."dist-tags".latest' | sed 's|^|v|'); \
4545
fi && \
4646
CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }') && \
47-
npm config set python python3 \
47+
npm config set python python3 && \
4848
yarn config set network-timeout 600000 -g && \
4949
yarn --production --verbose --frozen-lockfile global add code-server@"$CODE_VERSION" && \
5050
yarn cache clean && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN \
4444
| jq -r '."dist-tags".latest' | sed 's|^|v|'); \
4545
fi && \
4646
CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }') && \
47-
npm config set python python3 \
47+
npm config set python python3 && \
4848
yarn config set network-timeout 600000 -g && \
4949
yarn --production --verbose --frozen-lockfile global add code-server@"$CODE_VERSION" && \
5050
yarn cache clean && \

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN \
4444
| jq -r '."dist-tags".latest' | sed 's|^|v|'); \
4545
fi && \
4646
CODE_VERSION=$(echo "$CODE_RELEASE" | awk '{print substr($1,2); }') && \
47-
npm config set python python3 \
47+
npm config set python python3 && \
4848
yarn config set network-timeout 600000 -g && \
4949
yarn --production --verbose --frozen-lockfile global add code-server@"$CODE_VERSION" && \
5050
yarn cache clean && \

0 commit comments

Comments
 (0)