e0c225a7 by Adam Heath

Switch from stretch to stretch-slim.

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