Maybe fix docker issues

This commit is contained in:
redsky17 2019-02-25 03:20:50 +00:00
parent 8a2df06f3a
commit 8165aa2b0d
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN \
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
apt-get update -qq && \
apt-get install -y \
qtbase5-dev qttools5-dev libqt5svg5-dev qtmultimedia5-dev \
qtbase5-dev qttools5-dev libqt5svg5-dev qtmultimedia5-dev qt5-default \
gcc-5 g++-5
RUN \