Skip to content

Commit

Permalink
Actually probably want to specify the cmd install.
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Aug 23, 2024
1 parent 1960928 commit c6668c0
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 @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y golang mediainfo default-jre ffmpeg clo

RUN gem install github-linguist

RUN go get github.com/richardlehane/siegfried && \
RUN go get github.com/richardlehane/siegfried/cmd/sf && \
sf -update

RUN curl -s -o /usr/share/java/tika-app-2.9.2.jar https://www-eu.apache.org/dist/tika/tika-app-2.9.2.jar && \
Expand Down

0 comments on commit c6668c0

Please sign in to comment.