Skip to content

Commit

Permalink
Fix missing dnf clean attribute in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mprpic committed Oct 3, 2022
1 parent cd62d09 commit b8a4db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Red Hat Product Security Dev - Red Hat, Inc." \
summary="Container image for the cvelib CLI utility." \
distribution-scope="public"

RUN dnf --nodocs -y install python3-pip && dnf clean
RUN dnf --nodocs -y install python3-pip && dnf clean all

RUN pip3 install --no-cache-dir cvelib

Expand Down

0 comments on commit b8a4db6

Please sign in to comment.