Merge pull request #61 from lat9nq/patchelf

fresh: Add patchelf
This commit is contained in:
liushuyu 2022-09-24 15:16:55 -06:00 committed by GitHub
commit f2368872de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
mesa-common-dev \ mesa-common-dev \
nasm \ nasm \
ninja-build \ ninja-build \
patchelf \
pkg-config \ pkg-config \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \