Skip to content

Commit 6866875

Browse files
authored
Merge pull request #85 from cyberark/fix-broken-ubi
Clear and rebuild UBI repo metadata
2 parents 965ac0c + d079c39 commit 6866875

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ubi-nginx/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ LABEL name="ubi-nginx" \
1717
summary="UBI-based Nginx image for use with Conjur" \
1818
description="UBI-based Nginx image for use with Conjur"
1919

20+
RUN yum -y clean all && yum -y makecache
21+
2022
# Install nginx version and
2123
RUN yum -y update && \
2224
yum -y module enable nginx:$NGINX_VERSION && \

ubi-ruby-builder/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ARG RUBY_MAJOR_VERSION
99
ARG RUBY_FULL_VERSION
1010
ARG RUBY_SHA256=70b47c207af04bce9acea262308fb42893d3e244f39a4abc586920a1c723722b
1111

12+
RUN yum -y clean all && yum -y makecache && yum -y update
13+
1214
RUN yum install -y --setopt=tsflags=nodocs gcc \
1315
gcc-c++ \
1416
make \

0 commit comments

Comments
 (0)