mirror of
https://github.com/yuzu-mirror/yuzu-multiplayer-dedicated.git
synced 2026-01-10 16:59:56 +01:00
Update Dockerfile
This commit is contained in:
parent
c2b9c50c8d
commit
deaa7e7a0b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue