Skip to content

Commit 00f1a8c

Browse files
committed
Fix permissions
1 parent 876d194 commit 00f1a8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 140 \
5656
# Install velox helper scripts
5757
COPY velox-testing/scripts/devcontainer/* /usr/local/bin/
5858
RUN chmod 755 /usr/local/bin/build-* /usr/local/bin/configure-* \
59-
/usr/local/bin/test-* /usr/local/bin/clean-* /usr/local/bin/post-create
59+
/usr/local/bin/test-* /usr/local/bin/clean-* /usr/local/bin/post-create \
60+
/usr/local/bin/_devcontainer_common_utils.sh
6061

6162
# Environment for velox builds
6263
# VELOX_DEPENDENCY_SOURCE is read from env by CMake

0 commit comments

Comments
 (0)