Skip to content

Commit 6a0caed

Browse files
hhorakphracek
authored andcommitted
Remove nss_wrapper-libs in Fedora minimal to sync with RHEL that never had it (in minimal only)
1 parent fe0cdcb commit 6a0caed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

24-minimal/Dockerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ LABEL summary="$SUMMARY" \
4949
help="For more information visit https://github.com/sclorg/s2i-nodejs-container"
5050

5151
# nodejs-full-i18n is included for error strings
52-
RUN INSTALL_PKGS="nodejs$NODEJS_VERSION nodejs-nodemon nodejs$NODEJS_VERSION-full-i18n nodejs$NODEJS_VERSION-npm findutils tar which nss_wrapper-libs" && \
52+
RUN INSTALL_PKGS="nodejs$NODEJS_VERSION nodejs-nodemon nodejs$NODEJS_VERSION-full-i18n nodejs$NODEJS_VERSION-npm findutils tar which" && \
5353
microdnf -y --nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \
5454
microdnf clean all && \
5555
ln -s /usr/bin/node-$NODEJS_VERSION /usr/bin/node && \

0 commit comments

Comments
 (0)