We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 965ac0c + d079c39 commit 6866875Copy full SHA for 6866875
ubi-nginx/Dockerfile
@@ -17,6 +17,8 @@ LABEL name="ubi-nginx" \
17
summary="UBI-based Nginx image for use with Conjur" \
18
description="UBI-based Nginx image for use with Conjur"
19
20
+RUN yum -y clean all && yum -y makecache
21
+
22
# Install nginx version and
23
RUN yum -y update && \
24
yum -y module enable nginx:$NGINX_VERSION && \
ubi-ruby-builder/Dockerfile
@@ -9,6 +9,8 @@ ARG RUBY_MAJOR_VERSION
9
ARG RUBY_FULL_VERSION
10
ARG RUBY_SHA256=70b47c207af04bce9acea262308fb42893d3e244f39a4abc586920a1c723722b
11
12
+RUN yum -y clean all && yum -y makecache && yum -y update
13
14
RUN yum install -y --setopt=tsflags=nodocs gcc \
15
gcc-c++ \
16
make \
0 commit comments