Skip to content
Snippets Groups Projects
Commit 98e879e1 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

chore(ci): removing unneccessary packages from target images

parent f946fcdc
No related branches found
No related tags found
1 merge request!62chore(ci): removing unneccessary packages from target images
Pipeline #42290 passed
......@@ -104,8 +104,7 @@ RUN rm -f /etc/rhsm-host && \
libicu \
boost \
libevent \
findutils \
libconfig && \
findutils && \
microdnf clean all -y && \
rm -rf /var/cache/yum /var/cache/dnf && \
# Remove entitlements and Subscription Manager configs
......
......@@ -86,8 +86,7 @@ RUN microdnf update -y && \
libicu \
boost \
libevent \
findutils \
libconfig && \
findutils && \
microdnf clean all -y && \
rm -rf /var/cache/yum /var/cache/dnf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment