Skip to content

Commit

Permalink
Reduce image size by dropping update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 13, 2024
1 parent f56a090 commit bf2b2da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion radarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down

0 comments on commit bf2b2da

Please sign in to comment.