Skip to content

Commit fc87367

Browse files
authored
Merge pull request laradock#1574 from bestlong/pecl-channel-update
update pecl channel
2 parents da3a722 + d5efd53 commit fc87367

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

php-fpm/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ FROM laradock/php-fpm:2.2-${PHP_VERSION}
1919
LABEL 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
#--------------------------------------------------------------------------

workspace/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.
3535
RUN 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

0 commit comments

Comments
 (0)