Skip to content

Commit 7caccb7

Browse files
committed
Merge pull request WordPress#9 from josephpage/cleanup
Clean up apt cache after installing
2 parents 69c6d14 + b3816d1 commit 7caccb7

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)