From 9d8c1c37016f79d565a66d82fe3b059e0ecaaf4e Mon Sep 17 00:00:00 2001 From: Arne-W Date: Wed, 26 Feb 2020 10:57:58 +0100 Subject: [PATCH] Added flite and libfuse to container --- docker/ubuntu-16.04-Qt5.12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ubuntu-16.04-Qt5.12/Dockerfile b/docker/ubuntu-16.04-Qt5.12/Dockerfile index 820c56b4f8..a4587d9d2d 100644 --- a/docker/ubuntu-16.04-Qt5.12/Dockerfile +++ b/docker/ubuntu-16.04-Qt5.12/Dockerfile @@ -1,6 +1,6 @@ FROM vookimedlo/ubuntu-qt:5.12_gcc_xenial -RUN apt-get update && apt-get install -y qt512svg qt512serialport zlib1g-dev libsdl2-dev libasound2-dev libsndfile1-dev +RUN apt-get update && apt-get install -y qt512svg qt512serialport zlib1g-dev libsdl2-dev libasound2-dev libsndfile1-dev flite1-dev libfuse2 COPY ./apmplanner2.desktop /home/build/appimage/ COPY ./buildAppimage.sh /home/build/appimage/