Install lizard

main
Georg Krause 2019-05-22 21:24:27 +02:00
parent c0a064e80e
commit aef33a7169
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM python:3.7
RUN apt-get update && apt-get --assume-yes install ninja-build libjpeg-dev libsndfile1-dev \
libsigc++-2.0-dev libfontconfig1-dev libxft-dev libcairo-dev liblo-dev libjack-dev libsamplerate0-dev
RUN pip3 install meson
RUN pip3 install meson lizard
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"