2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-02-01 04:23:11 +01:00

fix(cron.sh - #105): keep /bin/sh as prent process

This commit is contained in:
valvin 2020-03-03 20:39:48 +01:00
parent 9db78af54f
commit de7cdd108f
13 changed files with 13 additions and 13 deletions

View file

@ -60,7 +60,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install apcu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-5.1.1; \
pecl install redis-5.2.0; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \

View file

@ -7,7 +7,7 @@ done
echo "Waiting for MySQL $MYSQL_HOST initialization..."
if php /var/www/html/bin/wait-for-connection "$MYSQL_HOST" "${MYSQL_PORT:-3306}" 300; then
exec php /var/www/html/bin/daemon.php -f start
php /var/www/html/bin/daemon.php -f start
else
echo "[ERROR] Waited 300 seconds, no response" >&2
fi

View file

@ -52,7 +52,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-5.1.1; \
pecl install redis-5.2.0; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \

View file

@ -7,7 +7,7 @@ done
echo "Waiting for MySQL $MYSQL_HOST initialization..."
if php /var/www/html/bin/wait-for-connection "$MYSQL_HOST" "${MYSQL_PORT:-3306}" 300; then
exec php /var/www/html/bin/daemon.php -f start
php /var/www/html/bin/daemon.php -f start
else
echo "[ERROR] Waited 300 seconds, no response" >&2
fi

View file

@ -60,7 +60,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install apcu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-5.1.1; \
pecl install redis-5.2.0; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \

View file

@ -7,7 +7,7 @@ done
echo "Waiting for MySQL $MYSQL_HOST initialization..."
if php /var/www/html/bin/wait-for-connection "$MYSQL_HOST" "${MYSQL_PORT:-3306}" 300; then
exec php /var/www/html/bin/daemon.php -f start
php /var/www/html/bin/daemon.php -f start
else
echo "[ERROR] Waited 300 seconds, no response" >&2
fi

View file

@ -60,7 +60,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install apcu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-5.1.1; \
pecl install redis-5.2.0; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \

View file

@ -7,7 +7,7 @@ done
echo "Waiting for MySQL $MYSQL_HOST initialization..."
if php /var/www/html/bin/wait-for-connection "$MYSQL_HOST" "${MYSQL_PORT:-3306}" 300; then
exec php /var/www/html/bin/daemon.php -f start
php /var/www/html/bin/daemon.php -f start
else
echo "[ERROR] Waited 300 seconds, no response" >&2
fi

View file

@ -52,7 +52,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-5.1.1; \
pecl install redis-5.2.0; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \

View file

@ -7,7 +7,7 @@ done
echo "Waiting for MySQL $MYSQL_HOST initialization..."
if php /var/www/html/bin/wait-for-connection "$MYSQL_HOST" "${MYSQL_PORT:-3306}" 300; then
exec php /var/www/html/bin/daemon.php -f start
php /var/www/html/bin/daemon.php -f start
else
echo "[ERROR] Waited 300 seconds, no response" >&2
fi

View file

@ -60,7 +60,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install apcu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-5.1.1; \
pecl install redis-5.2.0; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \

View file

@ -7,7 +7,7 @@ done
echo "Waiting for MySQL $MYSQL_HOST initialization..."
if php /var/www/html/bin/wait-for-connection "$MYSQL_HOST" "${MYSQL_PORT:-3306}" 300; then
exec php /var/www/html/bin/daemon.php -f start
php /var/www/html/bin/daemon.php -f start
else
echo "[ERROR] Waited 300 seconds, no response" >&2
fi

View file

@ -7,7 +7,7 @@ done
echo "Waiting for MySQL $MYSQL_HOST initialization..."
if php /var/www/html/bin/wait-for-connection "$MYSQL_HOST" "${MYSQL_PORT:-3306}" 300; then
exec php /var/www/html/bin/daemon.php -f start
php /var/www/html/bin/daemon.php -f start
else
echo "[ERROR] Waited 300 seconds, no response" >&2
fi