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 22a9c79 commit 1fcef50Copy full SHA for 1fcef50
devcontainer/Dockerfile
@@ -18,7 +18,6 @@ ENV WASMTIME_HOME=/opt/wasmtime
18
19
RUN mkdir -p /opt/cpython-devcontainer/bin
20
COPY --chmod=755 install-builddeps.sh install-wasi.sh /opt/cpython-devcontainer/bin/
21
-RUN chmod +x /opt/cpython-devcontainer/bin/install-*.sh
22
23
RUN /opt/cpython-devcontainer/bin/install-builddeps.sh
24
RUN /opt/cpython-devcontainer/bin/install-wasi.sh
0 commit comments