We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876d194 commit 00f1a8cCopy full SHA for 00f1a8c
1 file changed
.devcontainer/Dockerfile
@@ -56,7 +56,8 @@ RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 140 \
56
# Install velox helper scripts
57
COPY velox-testing/scripts/devcontainer/* /usr/local/bin/
58
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
+ /usr/local/bin/test-* /usr/local/bin/clean-* /usr/local/bin/post-create \
60
+ /usr/local/bin/_devcontainer_common_utils.sh
61
62
# Environment for velox builds
63
# VELOX_DEPENDENCY_SOURCE is read from env by CMake
0 commit comments