Skip to content

Commit

Permalink
Added OracleLinux9 with Python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
europ committed Jul 11, 2024
1 parent 5d32306 commit 93326a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions OracleLinuxDevelopers/oraclelinux9/python/3.12/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright (c) 2023 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.

FROM ghcr.io/oracle/oraclelinux:9

RUN dnf -y install python3.12 python3.12-libs python3.12-pip python3.12-setuptools python3.12-wheel && \
rm -rf /var/cache/dnf

CMD ["/usr/bin/python3.12", "-V"]

0 comments on commit 93326a3

Please sign in to comment.