Skip to content

Commit

Permalink
chore: fix linunx
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 17, 2024
1 parent 6784fda commit bb8ffa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bb8ffa7

Please sign in to comment.