Skip to content

Commit bd226c8

Browse files
authored
Add OracleLinux-10 with NodeJS-24 (#3081)
1 parent 7f85595 commit bd226c8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • OracleLinuxDevelopers/oraclelinux10/nodejs/24
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)