Skip to content

Commit

Permalink
Update file file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwparent committed May 22, 2024
1 parent c0cfb94 commit 9cb4be2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfiles/file/Dockerfile.file
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ RUN curl -Lo file.tar.gz https://github.com/file/file/archive/refs/tags/FILE5_45
WORKDIR /opt/file/src/file-FILE5_45

# Build file
RUN ./configure \
RUN autoreconf -f -i && \
make distclean && \
./configure \
--prefix=/opt/file \
--host=x86_64-w64-mingw32 \
--target=x86_64-w64-mingw32 \
Expand Down

0 comments on commit 9cb4be2

Please sign in to comment.