mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 20:23:21 +02:00
Take out .so copy
This commit is contained in:
parent
27d3b493fa
commit
51cf9fab8e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ COPY ./plugins/hifiCodec/libhifiCodec.so /etc/hifi/server/plugins/
|
|||
COPY ./plugins/pcmCodec/libpcmCodec.so /etc/hifi/server/plugins/
|
||||
# Dummy statement
|
||||
RUN true
|
||||
COPY ./*.so /lib/
|
||||
#COPY ./*.so /lib/
|
||||
RUN ln -sf /lib/libquazip5.so /lib/libquazip5.so.1
|
||||
#COPY ./resources/ /etc/hifi/server/resources/
|
||||
#COPY ./supervisor/hifi.conf /etc/supervisor/conf.d/hifi.conf
|
||||
|
|
Loading…
Reference in a new issue