diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 295959b1..05435385 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,13 +19,6 @@ "ms-vscode.cmake-tools" ], - "features": { - "docker-from-docker": { - "version": "latest", - "moby": true - } - }, - // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], diff --git a/Dockerfile b/Dockerfile index a6e181ba..c7d58747 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,5 +37,5 @@ RUN export LD_LIBRARY_PATH=/usr/local/lib && mkdir /cvdi-stream-build && cd /cvd ADD ./docker-test /cvdi-stream/docker-test # Run the tool. -RUN chmod 7777 /cvdi-stream/docker-test/ppm_no_map.sh +RUN chmod 777 /cvdi-stream/docker-test/ppm_no_map.sh CMD ["/cvdi-stream/docker-test/ppm_no_map.sh"] \ No newline at end of file diff --git a/Dockerfile.testing b/Dockerfile.testing index 47c14f3b..435766e0 100644 --- a/Dockerfile.testing +++ b/Dockerfile.testing @@ -34,5 +34,5 @@ RUN export LD_LIBRARY_PATH=/usr/local/lib && mkdir /cvdi-stream-build && cd /cvd ADD ./docker-test /cvdi-stream/docker-test # Run the tool. -RUN chmod 7777 /cvdi-stream/docker-test/ppm_no_map.sh +RUN chmod 777 /cvdi-stream/docker-test/ppm_no_map.sh CMD ["/cvdi-stream/docker-test/ppm_no_map.sh"] \ No newline at end of file