Skip to content

Commit f3ca693

Browse files
committed
fix spaces
1 parent 6e31cea commit f3ca693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN set -eux; \
6464
\
6565
mkdir -p /usr/src; \
6666
cd /usr/src; \
67-
\
67+
\
6868
curl -fsSL -o php.tar.xz "$PHP_URL"; \
6969
\
7070
if [ -n "$PHP_SHA256" ]; then \

0 commit comments

Comments
 (0)