fix build bug

This commit is contained in:
Greyscale 2023-01-02 18:54:36 +01:00
parent e71cb3c5d5
commit d90ea539c4
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -44,7 +44,7 @@ RUN apk add --no-cache runit && \
php81-pecl-apcu \
ncurses \
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 && \
chmod +x /usr/local/bin/composer
COPY start.sh /usr/local/bin/start.sh