Skip to content

Commit 622d5ba

Browse files
europDjelibeybi
authored andcommitted
Add OracleLinux-8 with NodeJS-22
1 parent 2e43245 commit 622d5ba

File tree

1 file changed

+10
-0
lines changed
  • OracleLinuxDevelopers/oraclelinux8/nodejs/22

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)