🐳 Optimize resulting Docker image

This commit is contained in:
Franck Nijhof 2019-08-27 20:28:23 +02:00
parent d096dee06b
commit d10123b040
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -26,7 +26,9 @@ RUN \
&& make install \
\
&& rm -f -r /tmp/* \
&& apk del --no-cache --purge .build-dependencies
&& apk del --no-cache --purge \
.build-dependencies \
go
# Copy root filesystem
COPY rootfs /