Skip to content

Commit 04409c0

Browse files
committed
Added rm -rf /var/lib/apt/lists/*
1 parent 071e72b commit 04409c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN \
1212
add-apt-repository -y ppa:nginx/stable && \
1313
apt-get update && \
1414
apt-get install -y nginx && \
15+
rm -rf /var/lib/apt/lists/* && \
1516
echo "\ndaemon off;" >> /etc/nginx/nginx.conf && \
1617
chown -R www-data:www-data /var/lib/nginx
1718

0 commit comments

Comments
 (0)