mirror of
https://github.com/hassio-addons/addon-radarr.git
synced 2025-05-04 19:11:25 +00:00
Reduce image size by dropping update logic
This commit is contained in:
parent
f56a090fde
commit
bf2b2da147
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ RUN \
|
|||
&& echo -e "UpdateMethod=docker\nBranch=master\nPackageVersion=${BUILD_VERSION}\nPackageAuthor=Home Assistant Community Add-ons" \
|
||||
> /opt/package_info \
|
||||
\
|
||||
&& rm -f -r /tmp/*
|
||||
&& rm -f -r \
|
||||
/tmp/* \
|
||||
/opt/bin/Radarr.Update
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue