mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
fix: add missing quickcontrols2 dep
This commit is contained in:
parent
e828d9ed7b
commit
7f41752165
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ RUN \
|
||||||
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
|
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
|
||||||
apt-get update -qq && \
|
apt-get update -qq && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
qt510base qt510tools qt510svg qt510multimedia \
|
qt510base qt510tools qt510svg qt510multimedia qt510quickcontrols2 qt510graphicaleffects \
|
||||||
gcc-5 g++-5
|
gcc-5 g++-5
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
|
Loading…
Reference in a new issue