Skip to content

Commit b60986d

Browse files
Comment out which
1 parent ae231fb commit b60986d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get update && \
3333
apt-get clean && \
3434
rm -rf /var/lib/apt/lists/* && \
3535
# Verify core utilities are installed
36-
which sleep && which cat && which grep && \
36+
# which sleep && which cat && which grep && \
3737
# Create symbolic links to ensure python3 points to Python 3.12
3838
ln -sf /usr/local/bin/python3.12 /usr/bin/python3 && \
3939
ln -sf /usr/local/bin/python3.12 /usr/bin/python && \

0 commit comments

Comments
 (0)