1
0
Fork 0

Canary Update 412. Fixes memory leaks.

This commit is contained in:
chris062689 2018-03-11 21:27:37 -04:00
parent 71075896f2
commit 0d36331eba
1 changed files with 1 additions and 1 deletions

View File

@ -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-397/citra-linux-20180307-898da90.tar.xz && \ RUN wget -O citra-linux.tar.xz https://github.com/citra-emu/citra-canary/releases/download/canary-412/citra-linux-20180311-fb8c878.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" ]