Add linuxdeployqt to Image

main
Georg Krause 2019-05-21 12:23:22 +02:00
parent 929e807839
commit c0a064e80e
1 changed files with 3 additions and 1 deletions

View File

@ -4,3 +4,5 @@ RUN apt-get update && apt-get --assume-yes install ninja-build libjpeg-dev libsn
RUN pip3 install meson
RUN git clone https://github.com/original-male/ntk
RUN cd ntk && ./waf configure build install && cd ..
RUN wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
RUN chmod a+x linuxdeployqt-continuous-x86_64.AppImage