Skip to content

Commit

Permalink
Update Dockerfile.x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Sene authored Mar 1, 2021
1 parent 6b3c2a5 commit ddec8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN microdnf update && \
wget https://download.clis.cloud.ibm.com/ibm-cloud-cli/"$IBM_CLOUD_VERSION"/IBM_Cloud_CLI_"$IBM_CLOUD_VERSION"_"$ARCH".tar.gz && \
tar -xvzf ./IBM_Cloud_CLI_"$IBM_CLOUD_VERSION"_"$ARCH".tar.gz && \
chmod +x ./Bluemix_CLI/install && ./Bluemix_CLI/install && \
ibmcloud update && \
ibmcloud update --force && \
rm -rf ./Bluemix_CLI/ ./IBM_Cloud_CLI_"$IBM_CLOUD_VERSION"_"$ARCH".tar.gz && \
ibmcloud plugin install power-iaas && \
yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo && microdnf update && microdnf install -y "$TERRAFORM_VERSION" && \
Expand Down

0 comments on commit ddec8cb

Please sign in to comment.