diff --git a/Dockerfile.linux b/Dockerfile.linux index 0ef3e54d..5c7ae65e 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -3,9 +3,9 @@ FROM oraclelinux:9 AS build USER root:root WORKDIR /root/pkg-fetch/ -RUN yum install -y oracle-softwarecollection-release-el7 +RUN yum install -y oracle-softwarecollection-release-el9 -RUN yum-config-manager --enable ol7_latest ol7_optional_latest software_collections +RUN yum-config-manager --enable ol9_latest ol9_optional_latest software_collections RUN yum upgrade -y RUN yum install -y \