e0c225a7 by Adam Heath

Switch from stretch to stretch-slim.

1 parent 72e082fe
1 FROM debian:stretch 1 FROM debian:stretch-slim
2 2
3 COPY files/ /tmp/files/ 3 COPY files/ /tmp/files/
4 RUN /tmp/files/configure 4 RUN /tmp/files/configure
......
1 FROM debian:stretch 1 FROM debian:stretch-slim
2 2
3 ARG NGINX_EXTRA_PACKAGES 3 ARG NGINX_EXTRA_PACKAGES
4 4
......