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 ae231fb commit b60986dCopy full SHA for b60986d
.devcontainer/Dockerfile
@@ -33,7 +33,7 @@ RUN apt-get update && \
33
apt-get clean && \
34
rm -rf /var/lib/apt/lists/* && \
35
# Verify core utilities are installed
36
- which sleep && which cat && which grep && \
+ # which sleep && which cat && which grep && \
37
# Create symbolic links to ensure python3 points to Python 3.12
38
ln -sf /usr/local/bin/python3.12 /usr/bin/python3 && \
39
ln -sf /usr/local/bin/python3.12 /usr/bin/python && \
0 commit comments