Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Sep 26, 2023
1 parent 7913519 commit bd01261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/openshift-ci/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN dnf install -y -q --allowerasing --nobest nodejs-devel nodejs-libs psmisc py
echo -n "npm version: "; npm -v; \
echo -n "yarn version: "; yarn -v;

# Build repo
# Generate editors' metadata
RUN ./build.sh --skip-oci-image --skip-digest-generation

FROM ghcr.io/eclipse/openvsx-server:d7fba39 AS openvsx-server
Expand Down

0 comments on commit bd01261

Please sign in to comment.