Commit c910ddb9 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(docker): proper yum clean up on RHEL8 image creation

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent 2e40abe1
...@@ -82,7 +82,8 @@ RUN yum update -y && \ ...@@ -82,7 +82,8 @@ RUN yum update -y && \
net-tools \ net-tools \
procps-ng\ procps-ng\
libevent && \ libevent && \
rm -rf /var/lib/apt/lists/* yum clean all -y && \
rm -rf /var/cache/yum /var/cache/dnf
# Copying executable and generated libraries # Copying executable and generated libraries
WORKDIR /openair-nrf/bin WORKDIR /openair-nrf/bin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment