We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d0105 commit 09e998bCopy full SHA for 09e998b
1 file changed
php-fpm/Dockerfile
@@ -18,8 +18,12 @@ FROM laradock/php-fpm:2.2-${PHP_VERSION}
18
19
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
20
21
+# Set Environment Variables
22
+ENV DEBIAN_FRONTEND noninteractive
23
+
24
# always run apt update when start and after add new source list, then clean up at end.
25
RUN apt-get update -yqq && \
26
+ apt-get install -y apt-utils && \
27
pecl channel-update pecl.php.net
28
29
#
0 commit comments