Update Dockerfile

This commit is contained in:
love796-QAQ 2024-05-30 10:09:42 +08:00 committed by GitHub
parent c2b9c50c8d
commit deaa7e7a0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ RUN apt-get update && apt-get -y full-upgrade && \
COPY . /root/build-files
RUN --mount=type=cache,id=ccache,target=/root/.ccache \
git clone --depth 1000 -j4 --recursive https://github.com/yuzu-emu/yuzu-mainline.git /root/yuzu-mainline && \
git clone --depth 1000 -j4 --recursive https://github.com/yuzu-emu-mirror/yuzu-mainline.git /root/yuzu-mainline && \
cd /root/yuzu-mainline && /root/build-files/.ci/build.sh
FROM rootfs-prep AS sliced-deps