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 28ac51a commit e2e04e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sonarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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/Sonarr.Update

# Copy root filesystem
COPY rootfs /
Expand Down

0 comments on commit e2e04e7

Please sign in to comment.