Skip to content

Commit

Permalink
fix ubi container build (#445)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored Apr 16, 2024
1 parent e4d495f commit 097df44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-ubi
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN microdnf upgrade -y &&\
tar -xzC /usr/local/bin -f ${CNSPEC_PACKAGE} &&\
/usr/local/bin/cnspec version &&\
rm -f ${CNSPEC_PACKAGE} SHA256SUMS &&\
microdnf remove wget tar gzip -y &&\
microdnf remove wget tar -y &&\
rm -rf /var/cache/dnf/*
RUN ln -s /usr/local/bin/cnspec /usr/local/bin/mondoo

Expand Down

0 comments on commit 097df44

Please sign in to comment.