Skip to content

Commit

Permalink
Make it possible to build custom plugin registry for s390x (#1146)
Browse files Browse the repository at this point in the history
* install vsce@2.24.0 as a dep of ovsx

Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
  • Loading branch information
svor committed Feb 20, 2025
1 parent bb51c23 commit 88954e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ USER 1001
# TODO: do we need to use a cache folder here?
ENV npm_config_cache=/tmp/opt/cache
RUN mkdir -p /tmp/opt/cache && \
npm install --location=global ovsx@0.8.3 --prefix /tmp/opt/ovsx --cache /tmp/opt/cache && chmod -R g+rwX /tmp/opt/ovsx && \
npm install --location=global @vscode/vsce@2.24.0 ovsx@0.8.3 --prefix /tmp/opt/ovsx --cache /tmp/opt/cache && chmod -R g+rwX /tmp/opt/ovsx && \
tar -czf ovsx.tar.gz /tmp/opt/ovsx && \
chmod g+rwX /opt/app-root/src/ovsx.tar.gz

0 comments on commit 88954e5

Please sign in to comment.