canary-760
This commit is contained in:
parent
07c831eaea
commit
d067e4d22f
|
@ -9,7 +9,7 @@ WORKDIR /usr/src/app
|
||||||
|
|
||||||
# Download the Citra binary.
|
# Download the Citra binary.
|
||||||
# Bundle citra-room inside the image and delete the downloaded tar file.
|
# 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-561/citra-linux-20180620-09b39d1.tar.xz && \
|
RUN wget -O citra-linux.tar.xz https://github.com/citra-emu/citra-canary/releases/download/canary-760/citra-linux-20180812-6958de0.tar.xz && \
|
||||||
tar --wildcards --strip=1 -xJf citra-linux.tar.xz */citra-room && rm citra-linux.tar.xz
|
tar --wildcards --strip=1 -xJf citra-linux.tar.xz */citra-room && rm citra-linux.tar.xz
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/src/app/citra-room" ]
|
ENTRYPOINT [ "/usr/src/app/citra-room" ]
|
||||||
|
|
Reference in New Issue