From 73e2d5c7622c377f011f0d95041206253b1730db Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Sun, 19 Jul 2020 04:17:51 -0400 Subject: [PATCH] Add qttools5-dev and qttools5-dev-tools for translation support --- linux-fresh/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index 3894eec..80450c6 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -17,6 +17,8 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \ python3-pip \ qtbase5-dev \ qtbase5-private-dev \ + qttools5-dev \ + qttools5-dev-tools \ qtwebengine5-dev \ libqt5opengl5-dev \ wget \