Skip to content
Snippets Groups Projects
Commit d68edc0f authored by calrama's avatar calrama
Browse files

ubuntu18.04: Add linuxqtdeploy

parent 0712bce2
No related branches found
No related tags found
No related merge requests found
...@@ -50,14 +50,14 @@ RUN apt-get install -y \ ...@@ -50,14 +50,14 @@ RUN apt-get install -y \
libcgal-dev \ libcgal-dev \
libcgal-qt5-dev \ libcgal-qt5-dev \
libjsoncpp-dev \ libjsoncpp-dev \
libwebsocketpp-dev libwebsocketpp-dev \
RUN apt-get install -y \
python3 \ python3 \
python3-dev \ python3-dev \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
python3-distutils python3-distutils && \
curl -sSL -o /usr/local/bin/linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage && \
chmod +x /usr/local/bin/linuxdeployqt
RUN python3.6 -m pip --no-cache-dir install \ RUN python3.6 -m pip --no-cache-dir install \
graphviz \ graphviz \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment