Skip to content

Commit 58b1ee1

Browse files
europDjelibeybi
authored andcommitted
Added OracleLinux9 with Python3.12
1 parent 5d32306 commit 58b1ee1

File tree

1 file changed

+9
-0
lines changed
  • OracleLinuxDevelopers/oraclelinux9/python/3.12

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright (c) 2024 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:9
5+
6+
RUN dnf -y install python3.12 python3.12-libs python3.12-pip python3.12-setuptools python3.12-wheel && \
7+
rm -rf /var/cache/dnf
8+
9+
CMD ["/usr/bin/python3.12", "-V"]

0 commit comments

Comments
 (0)