Skip to content

Commit b3816d1

Browse files
committed
Clean up apt cache after installing
1 parent 69c6d14 commit b3816d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ RUN apt-get update && apt-get install -y \
88
php5-gd \
99
php5-mysql \
1010
rsync \
11-
wget
11+
wget \
12+
&& rm -rf /var/lib/apt/lists/*
1213
RUN a2enmod rewrite
1314

1415
# copy a few things from apache's init script that it requires to be setup

0 commit comments

Comments
 (0)