Skip to content

Commit 1fcef50

Browse files
committed
Remove unneeded chmod command
1 parent 22a9c79 commit 1fcef50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

devcontainer/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ ENV WASMTIME_HOME=/opt/wasmtime
1818

1919
RUN mkdir -p /opt/cpython-devcontainer/bin
2020
COPY --chmod=755 install-builddeps.sh install-wasi.sh /opt/cpython-devcontainer/bin/
21-
RUN chmod +x /opt/cpython-devcontainer/bin/install-*.sh
2221

2322
RUN /opt/cpython-devcontainer/bin/install-builddeps.sh
2423
RUN /opt/cpython-devcontainer/bin/install-wasi.sh

0 commit comments

Comments
 (0)