Remove unnecessary find symlink wizardry
This commit is contained in:
parent
14c0c93582
commit
da2b952ec7
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue