From c2b17268e628f6a1edda122a15d7c4f399ee4c68 Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Tue, 21 Jul 2020 12:15:57 -0700 Subject: [PATCH] Update Dockerfile fix typo --- linux-appimage/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux-appimage/Dockerfile b/linux-appimage/Dockerfile index 1206235..db9798e 100644 --- a/linux-appimage/Dockerfile +++ b/linux-appimage/Dockerfile @@ -16,7 +16,8 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \ python \ python3-pip \ qtbase5-dev \ - qtbase5-private-dev \qttools5-dev \ + qtbase5-private-dev \ + qttools5-dev \ qtwebengine5-dev \ libqt5opengl5-dev \ wget \