Skip to content

Commit

Permalink
Added flite and libfuse to container
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-W committed Feb 26, 2020
1 parent 063ab84 commit 9d8c1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/
Expand Down

0 comments on commit 9d8c1c3

Please sign in to comment.