We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
found a little issue while playing around with this image:
$ docker run -ti --rm greatwizard/devkita64 root@5727cb9a6570:/source# ls -lh /devkitA64_a7-x86_64-linux.tar.xz -rw-r--r-- 1 root root 26M Mar 19 23:49 /devkitA64_a7-x86_64-linux.tar.xz
You are only deleting *.tar.bz2 in your dockerfile
Thanks for this great image anyways!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
found a little issue while playing around with this image:
$ docker run -ti --rm greatwizard/devkita64
root@5727cb9a6570:/source# ls -lh /devkitA64_a7-x86_64-linux.tar.xz
-rw-r--r-- 1 root root 26M Mar 19 23:49 /devkitA64_a7-x86_64-linux.tar.xz
You are only deleting *.tar.bz2 in your dockerfile
Thanks for this great image anyways!
The text was updated successfully, but these errors were encountered: