1
0
Fork 0

Updated to canary-1641

This commit is contained in:
liushuyu 2020-04-13 15:06:11 -06:00
parent 7616f89608
commit ba2e981558
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,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-1506/citra-linux-20191120-a77f8cd.tar.xz && \
RUN wget -O citra-linux.tar.xz https://github.com/citra-emu/citra-canary/releases/download/canary-1641/citra-linux-20200413-e9f68ae.tar.xz && \
tar --wildcards --strip=1 -xJf citra-linux.tar.xz */citra-room && rm citra-linux.tar.xz
ENTRYPOINT [ "/usr/src/app/citra-room" ]