From 3a635f7c338fc1905a6a6a715d26bfe63f3f2e99 Mon Sep 17 00:00:00 2001 From: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Date: Tue, 21 Jul 2020 12:15:18 -0700 Subject: [PATCH] Update Dockerfile --- linux-appimage/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-appimage/Dockerfile b/linux-appimage/Dockerfile index 39f9bd4..1206235 100644 --- a/linux-appimage/Dockerfile +++ b/linux-appimage/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:18.04 -MAINTAINER qurious-pixel +MAINTAINER quriouspixel # Create a user account yuzu (UID 1027) that the container will run as RUN useradd -m -u 1027 -s /bin/bash yuzu && \ DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y full-upgrade && \ @@ -16,7 +16,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \ python \ python3-pip \ qtbase5-dev \ - qtbase5-private-dev \ + qtbase5-private-dev \qttools5-dev \ qtwebengine5-dev \ libqt5opengl5-dev \ wget \