1
0
Fork 0

Updated netplay to canary-1143

This commit is contained in:
Flame Sage 2018-12-22 03:01:06 +00:00 committed by GitHub
parent 277b376e94
commit 1f463f84f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ WORKDIR /usr/src/app
# Download the Citra binary.
# Bundle citra-room inside the image and delete the downloaded tar file.
RUN wget -O citra-linux.tar.xz https://github.com/citra-emu/citra-canary/releases/download/canary-760/citra-linux-20180812-6958de0.tar.xz && \
RUN wget -O citra-linux.tar.xz https://github.com/citra-emu/citra-canary/releases/download/canary-1143/citra-linux-20181222-7a4fea0.tar.xz && \
tar --wildcards --strip=1 -xJf citra-linux.tar.xz */citra-room && rm citra-linux.tar.xz
ENTRYPOINT [ "/usr/src/app/citra-room" ]