Skip to content

Commit

Permalink
Remove apt-cache after building
Browse files Browse the repository at this point in the history
It rots and leads to broken build.
  • Loading branch information
fbouliane committed Apr 25, 2019
1 parent 2df0b4d commit 0703e31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php7.2/apache/mcrypt-memcached-mongodb-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ RUN apt-get update -q && DEBIAN_FRONTEND=noninteractive apt install -y libmcrypt
zlib1g-dev=1:1.2.8.* \
libmemcached-dev=1.0.18-4.1 \
gnupg2=2.1.18-8* \
fontconfig=2.11.0-*
fontconfig=2.11.0-* \
&& rm -rf /var/lib/apt/lists/*

RUN pecl install memcached-3.0.4 \
redis-4.1.1 \
Expand Down

0 comments on commit 0703e31

Please sign in to comment.