Skip to content

Commit

Permalink
fix: Leave curl and unzip in Docker image (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjerrems committed May 5, 2021
1 parent 3c21b46 commit 8d24f65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/cloudbuild/cloudbuild_builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ RUN apt-get update && \
rm -f terraform_linux_amd64.zip && \
gsutil cp gs://terraform-validator/releases/${ENV_TERRAFORM_VALIDATOR_RELEASE}/terraform-validator-linux-amd64 /builder/terraform/terraform-validator && \
chmod +x /builder/terraform/terraform-validator && \
apt-get remove --purge -y curl unzip && \
apt-get --purge -y autoremove && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 8d24f65

Please sign in to comment.