mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +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 && \
|
||||
apt-get update -qq && \
|
||||
apt-get install -y \
|
||||
qt510base qt510tools qt510svg qt510multimedia \
|
||||
qt510base qt510tools qt510svg qt510multimedia qt510quickcontrols2 qt510graphicaleffects \
|
||||
gcc-5 g++-5
|
||||
|
||||
RUN \
|
||||
|
@ -44,4 +44,4 @@ ENV PATH=/opt/qt510/bin:$PATH
|
|||
|
||||
RUN mkdir /build
|
||||
|
||||
WORKDIR /build
|
||||
WORKDIR /build
|
||||
|
|
Loading…
Reference in a new issue