mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:10:49 +02:00
Another dummy statement
This commit is contained in:
parent
0d52462578
commit
c38fe5b2aa
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ 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 ./domain-server/resources/ /etc/hifi/server/resources/
|
COPY ./domain-server/resources/ /etc/hifi/server/resources/
|
||||||
|
RUN true
|
||||||
COPY ./hifi.conf /etc/supervisor/conf.d/hifi.conf
|
COPY ./hifi.conf /etc/supervisor/conf.d/hifi.conf
|
||||||
RUN for fn in /usr/local/Qt5.12.3/5.12.3/gcc_64/plugins/imageformats/*.so; do \
|
RUN for fn in /usr/local/Qt5.12.3/5.12.3/gcc_64/plugins/imageformats/*.so; do \
|
||||||
if [ ! -x $fn ]; then ln -s $fn /etc/hifi/server/imageformats; fi; done
|
if [ ! -x $fn ]; then ln -s $fn /etc/hifi/server/imageformats; fi; done
|
||||||
|
|
Loading…
Reference in a new issue