add supervisor

This commit is contained in:
Cherry Sakura 2023-12-22 01:47:49 +00:00
parent 0f5d0be526
commit d4407852be

View File

@ -10,7 +10,7 @@ RUN echo '#!/bin/bash\nphp artisan "$@"' > /usr/bin/art && \
echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware" >> /etc/apt/sources.list && \
rm -rf /etc/apt/sources.list.d/debian.sources && \
apt update && \
apt install -y --no-install-recommends wget lsb-release unzip ca-certificates && \
apt install -y --no-install-recommends wget lsb-release unzip ca-certificates supervisor && \
wget --no-check-certificate -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list' && \
apt update && \