Update Dockerfile

This commit is contained in:
qurious-pixel 2020-07-21 12:15:18 -07:00 committed by GitHub
parent 1cd9f013e3
commit 3a635f7c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
FROM ubuntu:18.04 FROM ubuntu:18.04
MAINTAINER qurious-pixel MAINTAINER quriouspixel
# Create a user account yuzu (UID 1027) that the container will run as # Create a user account yuzu (UID 1027) that the container will run as
RUN useradd -m -u 1027 -s /bin/bash yuzu && \ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y full-upgrade && \ 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 \ python \
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 \