We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f85595 commit bd226c8Copy full SHA for bd226c8
1 file changed
OracleLinuxDevelopers/oraclelinux10/nodejs/24/Dockerfile
@@ -0,0 +1,10 @@
1
+# Copyright (c) 2026 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:10
5
6
+RUN dnf -y install nodejs24 nodejs-nodemon npm && \
7
+ dnf clean all && \
8
+ rm -rf /var/cache/dnf
9
10
+CMD ["/bin/node", "-v"]
0 commit comments