-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,8 @@ FROM rednoah/filebot:xpra | |
LABEL maintainer="Reinhard Pointner <[email protected]>" | ||
|
||
|
||
# additional dependencies | ||
RUN set -eux \ | ||
## ** install dependencies | ||
&& apt-get update \ | ||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y imagemagick webp \ | ||
&& rm -rvf /var/lib/apt/lists/* | ||
|
||
|
||
# build trigger and cache buster | ||
ENV FILEBOT_REVISION="r10380" | ||
ENV FILEBOT_REVISION="r10448" | ||
|
||
|
||
ENV FILEBOT_VERSION="5.1.6" | ||
|