mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +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 \
|
||||
\
|
||||
&& rm -f -r /tmp/* \
|
||||
&& apk del --no-cache --purge .build-dependencies
|
||||
&& apk del --no-cache --purge \
|
||||
.build-dependencies \
|
||||
go
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue