We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a62e7 commit 9b3e68dCopy full SHA for 9b3e68d
Dockerfile
@@ -7,7 +7,7 @@ LABEL maintainer="OpenGG <[email protected]>"
7
8
ADD "rust-wasm.sh" /usr/local/bin/
9
10
-RUN chmod +x rust-wasm.sh \
+RUN chmod +x /usr/local/bin/rust-wasm.sh \
11
# apt source
12
# && sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|" /etc/apt/sources.list \
13
# && sed -i "s|security.debian.org|mirrors.ustc.edu.cn/debian-security|" /etc/apt/sources.list \
0 commit comments