Commit 2fee291d authored by Geoff Simmons's avatar Geoff Simmons

Reduce the image size a bit.

parent bc7a27d9
......@@ -55,7 +55,9 @@ RUN /bin/rm /lib/systemd/system/varnish* \
&& /bin/rm /usr/bin/varnish* \
&& /bin/rm -rf /usr/lib/varnish/ \
&& /bin/rm /etc/varnish/* \
&& apt-get autoremove -y -q && apt-get clean && rm -rf /var/lib/apt/lists/*
&& apt-get autoremove -y -q && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /usr/share/man \
&& rm -rf /usr/share/doc
ENV SRC=/go/src/code.uplex.de/uplex-varnish/k8s-vcl-reloader
COPY --from=builder ${SRC}/k8s-vcl-reloader /usr/bin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment