Skip to content

Commit 0bc4b85

Browse files
authored
Merge pull request #2475 from getsentry/fix/rm-debug
fix: Remove debug output from docker build
2 parents d4d27a2 + a34984c commit 0bc4b85

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ RUN : \
3434
zstd \
3535
&& rm -rf /var/lib/apt/lists/*
3636

37-
RUN which cargo; ls -lh /usr/bin; ls -lh /usr/local/bin
38-
3937
ENV \
4038
BUILD_IN_CONTAINER=1 \
4139
PATH=/venv/bin:/opt/python/cp311-cp311/bin:/opt/python/cp312-cp312/bin:/opt/python/cp313-cp313/bin:/opt/python/cp314-cp314/bin:$PATH \

0 commit comments

Comments
 (0)