Skip to content

Commit

Permalink
feat(readarr): cleanup build
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Nov 19, 2024
1 parent 934f40b commit 05165dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/readarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ RUN \
&& mkdir -p /app/bin \
&& curl -fsSL "https://readarr.servarr.com/v1/update/${READARR__UPDATE__BRANCH}/updatefile?version=${VERSION}&os=linuxmusl&runtime=netcore&arch=${ARCH}" \
| tar xzf - -C /app/bin --strip-components=1 \
&& rm -rf /app/bin/Readarr.Update \
&& printf "UpdateMethod=docker\nBranch=%s\nPackageVersion=%s\nPackageAuthor=[joryirving](https://github.com/joryirving)\n" "${READARR__UPDATE__BRANCH}" "${VERSION}" > /app/package_info \
&& chown -R root:root /app && chmod -R 755 /app \
&& rm -rf /tmp/* /app/bin/Readarr.Update
Expand Down

0 comments on commit 05165dc

Please sign in to comment.