From c38fe5b2aa57be59b5b5f2ad4690f721d5b2acbe Mon Sep 17 00:00:00 2001 From: Simon Walton Date: Sun, 1 Dec 2019 23:25:14 -0800 Subject: [PATCH] Another dummy statement --- tools/ci-scripts/linux-gha/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci-scripts/linux-gha/Dockerfile b/tools/ci-scripts/linux-gha/Dockerfile index 94e7242263..6809ec0460 100644 --- a/tools/ci-scripts/linux-gha/Dockerfile +++ b/tools/ci-scripts/linux-gha/Dockerfile @@ -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