From da2b952ec7bd88504112897c8885dfae8b56794e Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 10 Jun 2020 16:21:55 +0200 Subject: [PATCH] Remove unnecessary find symlink wizardry --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 46977e4..38096cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,9 +20,7 @@ RUN apt-get update \ ffmpeg \ libgl1 \ pulseaudio \ - && rm -rf /var/lib/apt/lists/* \ - && find /usr/lib/x86_64-linux-gnu/ -type l -name 'libav*.so*' -exec sh -c 'cp {} $(echo {}|sed 's/\.[^\.]*$//')' \; \ - && find /usr/lib/x86_64-linux-gnu/ -type l -name 'libswscale.so*' -exec sh -c 'cp {} $(echo {}|sed 's/\.[^\.]*$//')' \; + && rm -rf /var/lib/apt/lists/* COPY --from=builder /opt/osu/ /opt/osu/