We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000775d commit d730274Copy full SHA for d730274
images/nodejs.Containerfile
@@ -1,5 +1,5 @@
1
FROM ghcr.io/queil/image:latest
2
3
USER root
4
-RUN microdnf install -y --nodocs --setopt install_weak_deps=0 nodejs
+RUN microdnf install -y --nodocs --setopt install_weak_deps=0 nodejs nodejs-npm
5
USER queil
0 commit comments