mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-05 11:21:26 +00:00
🐳 Optimize resulting Docker image
This commit is contained in:
parent
d096dee06b
commit
d10123b040
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ RUN \
|
||||||
&& make install \
|
&& make install \
|
||||||
\
|
\
|
||||||
&& rm -f -r /tmp/* \
|
&& rm -f -r /tmp/* \
|
||||||
&& apk del --no-cache --purge .build-dependencies
|
&& apk del --no-cache --purge \
|
||||||
|
.build-dependencies \
|
||||||
|
go
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue