Skip to content

Commit b3ee5d8

Browse files
committed
Reverted the switch to a Go version of supervisord; it doesn't support multi-arch builds and the image is outdated
1 parent 8405c55 commit b3ee5d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ RUN apk add --no-cache \
2525
php8-session \
2626
php8-xml \
2727
php8-xmlreader \
28-
php8-zlib
28+
php8-zlib \
29+
supervisor
2930

3031
# Create symlink so programs depending on `php` still function
3132
RUN ln -s /usr/bin/php8 /usr/bin/php
@@ -37,8 +38,7 @@ COPY config/nginx.conf /etc/nginx/nginx.conf
3738
COPY config/fpm-pool.conf /etc/php8/php-fpm.d/www.conf
3839
COPY config/php.ini /etc/php8/conf.d/custom.ini
3940

40-
# Install a golang port of supervisord and Configure
41-
COPY --from=ochinchina/supervisord:latest /usr/local/bin/supervisord /usr/bin/supervisord
41+
# Configure supervisord
4242
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
4343

4444
# Make sure files/folders needed by the processes are accessable when they run under the nobody user

0 commit comments

Comments
 (0)