File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ FROM laradock/php-fpm:2.2-${PHP_VERSION}
1919LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
2020
2121# always run apt update when start and after add new source list, then clean up at end.
22- RUN apt-get update -yqq
22+ RUN apt-get update -yqq && \
23+ pecl channel-update pecl.php.net
2324
2425#
2526# --------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ ENV PGID ${PGID}
3333
3434# always run apt update when start and after add new source list, then clean up at end.
3535RUN apt-get update -yqq && \
36+ pecl channel-update pecl.php.net && \
3637 groupadd -g ${PGID} laradock && \
3738 useradd -u ${PUID} -g laradock -m laradock -G docker_env && \
3839 usermod -p "*" laradock
You can’t perform that action at this time.
0 commit comments