Reduce image size by dropping update logic

This commit is contained in:
Franck Nijhof 2024-01-13 12:01:34 +01:00
parent f56a090fde
commit bf2b2da147
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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 /