fix build bug
This commit is contained in:
parent
e71cb3c5d5
commit
d90ea539c4
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ RUN apk add --no-cache runit && \
|
||||||
php81-pecl-apcu \
|
php81-pecl-apcu \
|
||||||
ncurses \
|
ncurses \
|
||||||
xz \
|
xz \
|
||||||
&& ln -s /usr/bin/php81 /usr/bin/php
|
&& ln -sf /usr/bin/php81 /usr/bin/php
|
||||||
RUN curl https://getcomposer.org/composer-stable.phar --output /usr/local/bin/composer && \
|
RUN curl https://getcomposer.org/composer-stable.phar --output /usr/local/bin/composer && \
|
||||||
chmod +x /usr/local/bin/composer
|
chmod +x /usr/local/bin/composer
|
||||||
COPY start.sh /usr/local/bin/start.sh
|
COPY start.sh /usr/local/bin/start.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue