summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBenedikt Bongartz <benne@klimlive.de>2019-10-07 23:36:33 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-11-23 20:06:15 +0100
commit7f4175216538fab6d08a0d44b280a3a70f465734 (patch)
tree03e7c73555e7aba12f2911a7e4830be37247fc9e /Dockerfile
parentDisable autoplayback again (diff)
downloadnheko-7f4175216538fab6d08a0d44b280a3a70f465734.tar.xz
fix: add missing quickcontrols2 dep
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile

index 2e01b40b..dddd1c6f 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -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 \ No newline at end of file +WORKDIR /build