Skip to content

Commit 7962d80

Browse files
committed
temporary fix for yum issue
1 parent 37287ca commit 7962d80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wercker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ build:
5252
- script:
5353
name: Remove things we do not want in the Docker image in order to reduce size of image
5454
code: |
55-
yum -y remove tar gzip
55+
rpm -e --nodeps tar
56+
rpm -e --nodeps gzip
5657
yum clean all
5758
# push the image to quay.io using the GIT branch as the tag
5859
# this image needs to be available to the integration-test pipeline for testing

0 commit comments

Comments
 (0)