Skip to content

Commit

Permalink
rm: cannot remove '/usr/share/filebot': No such file or directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Jul 30, 2024
1 parent 3cc5d0c commit 5041dbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.beta
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ ENV FILEBOT_URL=https://get.filebot.net/filebot/BETA/FileBot_${FILEBOT_VERSION}_
RUN set -eux \
## ** uninstall stable release
&& DEBIAN_FRONTEND=noninteractive apt-get purge -y filebot \
&& rm -rv /usr/share/filebot \
## ** install latest revision
&& curl -o /tmp/filebot.deb "https://get.filebot.net/filebot/BETA/FileBot_${FILEBOT_VERSION}_universal.deb" \
&& dpkg -i /tmp/filebot.deb \
Expand Down

0 comments on commit 5041dbb

Please sign in to comment.