Added libqt5serialport5-dev

This commit is contained in:
Daniel Brunner
2018-10-15 21:17:33 +02:00
committed by GitHub
parent a2e577a04a
commit 7d81710862

View File

@ -1,5 +1,5 @@
FROM 0xfeedc0de64/qt-runtime FROM 0xfeedc0de64/qt-runtime
RUN apt update \ RUN apt update \
&& apt install git-core g++ make qt5-default qtmultimedia5-dev qttools5-dev qttools5-dev-tools -y \ && apt install git-core g++ make qt5-default qtmultimedia5-dev qttools5-dev qttools5-dev-tools libqt5serialport5-dev -y \
&& rm /var/lib/apt/lists/* /var/log/* -Rf && rm /var/lib/apt/lists/* /var/log/* -Rf