Skip to content

Commit

Permalink
Add OracleLinux8 with python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jakegt1 committed Jul 15, 2024
1 parent 58b1ee1 commit 066e95f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions OracleLinuxDevelopers/oraclelinux8/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:8

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

CMD ["/bin/python3", "-V"]

0 comments on commit 066e95f

Please sign in to comment.