Skip to content

Commit 09e998b

Browse files
Omranicbestlong
authored andcommitted
Fix missing apt-utils package (laradock#1652)
1 parent 06d0105 commit 09e998b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

php-fpm/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ FROM laradock/php-fpm:2.2-${PHP_VERSION}
1818

1919
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
2020

21+
# Set Environment Variables
22+
ENV DEBIAN_FRONTEND noninteractive
23+
2124
# always run apt update when start and after add new source list, then clean up at end.
2225
RUN apt-get update -yqq && \
26+
apt-get install -y apt-utils && \
2327
pecl channel-update pecl.php.net
2428

2529
#

0 commit comments

Comments
 (0)