Skip to content

Commit 5de4a4d

Browse files
authored
Make it possible to build custom plugin registry for s390x (#1146) (#1147)
* install [email protected] as a dep of ovsx Signed-off-by: Valeriy Svydenko <[email protected]>
1 parent 6197036 commit 5de4a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/che-plugin-registry/build/dockerfiles/ovsx-installer.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ USER 1001
1212
# TODO: do we need to use a cache folder here?
1313
ENV npm_config_cache=/tmp/opt/cache
1414
RUN mkdir -p /tmp/opt/cache && \
15-
npm install --location=global [email protected] --prefix /tmp/opt/ovsx --cache /tmp/opt/cache && chmod -R g+rwX /tmp/opt/ovsx && \
15+
npm install --location=global @vscode/[email protected] [email protected] --prefix /tmp/opt/ovsx --cache /tmp/opt/cache && chmod -R g+rwX /tmp/opt/ovsx && \
1616
tar -czf ovsx.tar.gz /tmp/opt/ovsx && \
1717
chmod g+rwX /opt/app-root/src/ovsx.tar.gz

0 commit comments

Comments
 (0)