We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e43245 commit 622d5baCopy full SHA for 622d5ba
OracleLinuxDevelopers/oraclelinux8/nodejs/22/Dockerfile
@@ -0,0 +1,10 @@
1
+# Copyright (c) 2025, Oracle and/or its affiliates.
2
+# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
+
4
+FROM ghcr.io/oracle/oraclelinux:8
5
6
+RUN dnf -y module enable nodejs:22 && \
7
+ dnf -y install nodejs npm && \
8
+ rm -rf /var/cache/dnf
9
10
+CMD ["/bin/node", "-v"]
0 commit comments