Cleanup dockerfiles

This commit is contained in:
ReenigneArcher
2021-12-19 14:55:53 -05:00
parent 5ff5d46ba5
commit 030269b596
7 changed files with 21 additions and 27 deletions

View File

@@ -20,9 +20,8 @@ RUN dnf -y update && \
openssl-devel \
opus-devel \
pulseaudio-libs-devel \
&& \
dnf clean all && \
rm -rf /var/cache/yum
&& dnf clean all \
&& rm -rf /var/cache/yum
COPY build-private.sh /root/build.sh