Skip to content

Commit ed00201

Browse files
author
SteveLTN
committed
Add apt-get clean to Dockerfile
1 parent d2c37bc commit ed00201

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ RUN rm /var/log/nginx/access.log && \
1010

1111
WORKDIR /root
1212

13-
RUN apt-get update && \
13+
RUN apt-get clean && \
14+
apt-get update && \
1415
apt-get install -y python ruby cron iproute2 apache2-utils logrotate wget inotify-tools && \
1516
apt-get clean && \
1617
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)