We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37287ca commit 7962d80Copy full SHA for 7962d80
wercker.yml
@@ -52,7 +52,8 @@ build:
52
- script:
53
name: Remove things we do not want in the Docker image in order to reduce size of image
54
code: |
55
- yum -y remove tar gzip
+ rpm -e --nodeps tar
56
+ rpm -e --nodeps gzip
57
yum clean all
58
# push the image to quay.io using the GIT branch as the tag
59
# this image needs to be available to the integration-test pipeline for testing
0 commit comments