Skip to content

Commit

Permalink
Fix container vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
someth2say committed Apr 20, 2021
1 parent b6aa2a5 commit 45da0c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ LABEL maintainer="Jordi Sola <jordisola@redhat.com>" \
io.k8s.display-name="ubi8-perl-ruby" \
io.openshift.tags="perl ruby"


# Install perl and ruby interpreter
RUN microdnf install -y perl ruby
RUN microdnf update -y && \
microdnf install -y perl ruby
###

FROM ubi8-perl-ruby
Expand Down

0 comments on commit 45da0c0

Please sign in to comment.