Skip to content

Commit 5dc54bf

Browse files
committed
whatfiles
1 parent 5451887 commit 5dc54bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,12 @@ RUN apt-get update -qq && \
415415
make && \
416416
make install
417417

418+
# Install whatfiles
419+
RUN git clone --depth 1 https://github.com/spieglt/whatfiles /opt/whatfiles && \
420+
cd /opt/whatfiles && \
421+
make && \
422+
make install
423+
418424
# Install xava
419425
RUN apt-get update -qq && \
420426
apt-get install -qq \

0 commit comments

Comments
 (0)