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