Update Dockerfile

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

View file

@ -16,7 +16,8 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
python \
python3-pip \
qtbase5-dev \
qtbase5-private-dev \qttools5-dev \
qtbase5-private-dev \
qttools5-dev \
qtwebengine5-dev \
libqt5opengl5-dev \
wget \