mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 22:43:40 +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/
|
||||
RUN ln -sf /lib/libquazip5.so /lib/libquazip5.so.1
|
||||
COPY ./domain-server/resources/ /etc/hifi/server/resources/
|
||||
RUN true
|
||||
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 \
|
||||
if [ ! -x $fn ]; then ln -s $fn /etc/hifi/server/imageformats; fi; done
|
||||
|
|
Loading…
Reference in a new issue