mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 10:57:05 +00:00
Update Dockerfile
This commit is contained in:
parent
1cd9f013e3
commit
3a635f7c33
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue