Skip to content

Commit e204c6b

Browse files
committed
bug: fix RUN
1 parent 0a4ed20 commit e204c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apk update && \
1111
&& mkdir -p /run/nginx \
1212
&& rm -f /var/cache/apk/*; \
1313
[ -f /usr/bin/php ] && rm -f /usr/bin/php; \
14-
ln -s /usr/bin/php82 /usr/bin/php; \
14+
ln -s /usr/bin/php82 /usr/bin/php;
1515

1616
# Calculate download URL
1717
ENV VERSION 5.2.1

0 commit comments

Comments
 (0)