Remove unnecessary find symlink wizardry

This commit is contained in:
Simon Bruder 2020-06-10 16:21:55 +02:00
parent 14c0c93582
commit da2b952ec7
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -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/