Skip to content

Commit

Permalink
clean apt artifacts after installing packages
Browse files Browse the repository at this point in the history
reduces image size marginally
  • Loading branch information
Julius von Froreich (jvf) committed Aug 17, 2018
1 parent df65eb2 commit 947b592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ RUN apt-get update && \
make=4.0-8.1 \
gcc=4:4.9.2-2 \
g++=4:4.9.2-2 \
libc6-dev=2.19-18+deb8u10
libc6-dev=2.19-18+deb8u10 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN git clone https://github.com/Financial-Times/polyfill-service.git /polyfill

Expand Down

0 comments on commit 947b592

Please sign in to comment.