Skip to content

Commit

Permalink
Use non-suffixed nodejs packages in c10s
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorak authored and phracek committed Sep 9, 2024
1 parent 3a135ab commit 60426f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 22/Dockerfile.c10s
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ LABEL summary="$SUMMARY" \
usage="s2i build <SOURCE-REPOSITORY> quay.io/sclorg/$NAME-$NODEJS_VERSION-c10s:latest <APP-NAME>"

# Package libatomic_ops was removed
RUN INSTALL_PKGS="make gcc gcc-c++ git openssl-devel nodejs$NODEJS_VERSION nodejs-nodemon nodejs$NODEJS_VERSION-npm nss_wrapper-libs which" && \
RUN INSTALL_PKGS="make gcc gcc-c++ git openssl-devel nodejs nodejs-nodemon nodejs-npm nss_wrapper-libs which" && \
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
rm /usr/bin/node && ln -s /usr/bin/node-$NODEJS_VERSION /usr/bin/node && \
Expand Down
2 changes: 1 addition & 1 deletion common
Submodule common updated 1 files
+2 −18 test-lib.sh

0 comments on commit 60426f6

Please sign in to comment.