mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 22:07:48 +00:00
Update Dockerfile
fix typo
This commit is contained in:
parent
3a635f7c33
commit
c2b17268e6
|
@ -16,7 +16,8 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||||
python \
|
python \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
qtbase5-dev \
|
qtbase5-dev \
|
||||||
qtbase5-private-dev \qttools5-dev \
|
qtbase5-private-dev \
|
||||||
|
qttools5-dev \
|
||||||
qtwebengine5-dev \
|
qtwebengine5-dev \
|
||||||
libqt5opengl5-dev \
|
libqt5opengl5-dev \
|
||||||
wget \
|
wget \
|
||||||
|
|
Loading…
Reference in a new issue