Skip to content

Commit

Permalink
Remove another deprecated option
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Aug 23, 2024
1 parent 81b0ecd commit 81341b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y golang mediainfo default-jre ffmpeg clo
apt-get install -y cmake pkg-config libicu-dev zlib1g-dev libcurl4-openssl-dev libssl-dev ruby-dev && \
apt-get clean && rm -rf /var/lib/apt/lists/*

RUN gem install github-linguist --no-rdoc
RUN gem install github-linguist

RUN go install github.com/richardlehane/siegfried/cmd/sf@latest && \
sf -update
Expand Down

0 comments on commit 81341b1

Please sign in to comment.