Skip to content

Commit f97456a

Browse files
committed
Removed forgotten debug statements
Signed-off-by: Moritz Mazetti <moritz@matchory.com>
1 parent dee3f77 commit f97456a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ RUN --mount=type=bind,from=ghcr.io/php/pie:bin,source=/pie,target=/usr/bin/pie \
8585
tar xfz /tmp/uv.tar.gz
8686
rm -r /tmp/uv.tar.gz
8787
mkdir -p /usr/src/php/ext
88-
ls -alh ext-uv-${UV_VERSION}
8988
mv ext-uv-${UV_VERSION} /usr/src/php/ext/uv
9089
# endregion
9190

alpine.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ RUN <<EOF
8181
tar xfz /tmp/uv.tar.gz
8282
rm -r /tmp/uv.tar.gz
8383
mkdir -p /usr/src/php/ext
84-
ls -alh ext-uv-${UV_VERSION}
8584
mv ext-uv-${UV_VERSION} /usr/src/php/ext/uv
8685
# endregion
8786

0 commit comments

Comments
 (0)