Skip to content

Commit c186278

Browse files
committed
Tweak
1 parent f0b96f8 commit c186278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/Dockerfile.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
libpng-dev \
1818
make \
1919
zlib-dev \
20-
{{ $version === 8 ? 'python' : 'python2' }} \
20+
python2 \
2121
&& npm install -g pnpm \
2222
&& rm -rf rm -rf /root/.npm/*
2323

0 commit comments

Comments
 (0)