File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ LABEL summary="$SUMMARY" \
54
54
usage="s2i build <SOURCE-REPOSITORY> ubi8/$NAME-$NODEJS_VERSION:latest <APP-NAME>"
55
55
56
56
RUN dnf -y module enable nodejs:$NODEJS_VERSION && \
57
- MODULE_DEPS="make gcc-toolset-14 -gcc gcc-toolset-14 -gcc-c++ gcc-toolset-14 -runtime \
57
+ MODULE_DEPS="make gcc-toolset-13 -gcc gcc-toolset-13 -gcc-c++ gcc-toolset-13 -runtime \
58
58
libatomic_ops git openssl-devel python3.12" && \
59
59
INSTALL_PKGS="$MODULE_DEPS nodejs npm nodejs-nodemon nss_wrapper-libs which" && \
60
60
ln -s /usr/lib/node_modules/nodemon/bin/nodemon.js /usr/bin/nodemon && \
@@ -77,9 +77,9 @@ RUN chown -R 1001:0 ${APP_ROOT} && chmod -R ug+rwx ${APP_ROOT} && \
77
77
USER 1001
78
78
79
79
# Enable the SCL for all bash scripts.
80
- ENV BASH_ENV=/opt/rh/gcc-toolset-14 /enable \
81
- ENV=/opt/rh/gcc-toolset-14 /enable \
82
- PROMPT_COMMAND=". /opt/rh/gcc-toolset-14 /enable"
80
+ ENV BASH_ENV=/opt/rh/gcc-toolset-13 /enable \
81
+ ENV=/opt/rh/gcc-toolset-13 /enable \
82
+ PROMPT_COMMAND=". /opt/rh/gcc-toolset-13 /enable"
83
83
84
84
# Set the default CMD to print the usage of the language image
85
85
CMD $STI_SCRIPTS_PATH/usage
You can’t perform that action at this time.
0 commit comments