Skip to content

Commit

Permalink
[MOV-23365] fix: Added busybox to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobraga committed Jan 20, 2025
1 parent fe29d7f commit 5b3ff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG ASUSER=1000 USERNAME=scaffold ENV_NAME=development PHP_VERSION=${PHP_VERSION
PHP_DATE_TIMEZONE=UTC PHP_DEFAULT_SOCKET_TIMEOUT=300 PHP_FPM_LISTEN=9000 PHP_FPM_MAX_CHILDREN=10 \
PHP_FPM_REQUEST_TERMINATE_TIMEOUT=300 PHP_INI_DIR=/usr/local/etc/php PHP_MAX_EXECUTION_TIME=300 \
PHP_MAX_INPUT_TIME=300 PHP_MAX_INPUT_VARS=10000 PHP_MEMORY_LIMIT=6G PHP_POST_MAX_SIZE=800M PHP_UPLOAD_MAX_FILESIZE=500M \
DEPS='bash gettext libcurl openssl sqlite-libs su-exec' \
DEPS='bash busybox gettext libcurl openssl sqlite-libs su-exec' \
BUILD_DEPS="${PHPIZE_DEPS}" \
DEL_DEPS='curl openssl tar xz' \
CLEANUP_PATHS="${PHP_INI_DIR}/php.ini-* /root/.cache /tmp/* /usr/lib/libx265.so.199 /usr/local/lib/php/.channels /usr/local/lib/php/.depdb* /usr/local/lib/php/.depdblock* /usr/local/lib/php/.filemap /usr/local/lib/php/.lock /usr/local/lib/php/.registry /usr/local/lib/php/doc /usr/local/lib/php/test /usr/src/* /var/cache/apk/* /var/log/* /var/tmp/*"
Expand Down

0 comments on commit 5b3ff6f

Please sign in to comment.