mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +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/
|
COPY ./plugins/pcmCodec/libpcmCodec.so /etc/hifi/server/plugins/
|
||||||
# Dummy statement
|
# Dummy statement
|
||||||
RUN true
|
RUN true
|
||||||
COPY ./*.so /lib/
|
#COPY ./*.so /lib/
|
||||||
RUN ln -sf /lib/libquazip5.so /lib/libquazip5.so.1
|
RUN ln -sf /lib/libquazip5.so /lib/libquazip5.so.1
|
||||||
#COPY ./resources/ /etc/hifi/server/resources/
|
#COPY ./resources/ /etc/hifi/server/resources/
|
||||||
#COPY ./supervisor/hifi.conf /etc/supervisor/conf.d/hifi.conf
|
#COPY ./supervisor/hifi.conf /etc/supervisor/conf.d/hifi.conf
|
||||||
|
|
Loading…
Reference in a new issue