Add qttools5-dev and qttools5-dev-tools for translation support (#13)
* Add qttools5-dev and qttools5-dev-tools for translation support * Remove qttools5-dev-tools as it's already a dependency of qttools5-dev
This commit is contained in:
parent
58e23749f3
commit
6e5efdd94a
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
qtbase5-dev \
|
qtbase5-dev \
|
||||||
qtbase5-private-dev \
|
qtbase5-private-dev \
|
||||||
|
qttools5-dev \
|
||||||
qtwebengine5-dev \
|
qtwebengine5-dev \
|
||||||
libqt5opengl5-dev \
|
libqt5opengl5-dev \
|
||||||
wget \
|
wget \
|
||||||
|
|
Loading…
Reference in a new issue