Skip to content

Commit 1640515

Browse files
authored
Merge pull request #202 from oracle/mark/fix-yum-issue
Mark/fix yum issue
2 parents 37287ca + 8421a3a commit 1640515

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wercker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ 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
58+
rm -rf /var/cache/yum
5759
# push the image to quay.io using the GIT branch as the tag
5860
# this image needs to be available to the integration-test pipeline for testing
5961
- internal/docker-push:

0 commit comments

Comments
 (0)