Skip to content

Commit

Permalink
Must use Oracle Linux yum server release package (oracle#1307)
Browse files Browse the repository at this point in the history
To access ol7_developer repo, must install oraclelinux-developer-release-el7 first.
  • Loading branch information
totalamateurhour authored and Djelibeybi committed Jun 8, 2019
1 parent d66147f commit 4fa1556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OracleCloudInfrastructure/terraform-oci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM oraclelinux:7-slim
ARG TERRAFORM_VERSION
ARG OCI_PROVIDER_VERSION

RUN yum-config-manager --enable ol7_developer \
RUN yum -y install oraclelinux-developer-release-el7 \
&& yum -y install terraform${TERRAFORM_VERSION} terraform-provider-oci${OCI_PROVIDER_VERSION} \
&& rm -rf /var/cache/yum/*

Expand Down

0 comments on commit 4fa1556

Please sign in to comment.