Skip to content

Commit 71e9114

Browse files
committed
Merge branch 'master' of github.com:sabrehagen/desktop-environment
2 parents 819ae14 + 5dc54bf commit 71e9114

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
@@ -392,6 +392,12 @@ RUN apt-get update -qq && \
392392
make && \
393393
make install
394394

395+
# Install whatfiles
396+
RUN git clone --depth 1 https://github.com/spieglt/whatfiles /opt/whatfiles && \
397+
cd /opt/whatfiles && \
398+
make && \
399+
make install
400+
395401
# Install xava
396402
RUN apt-get update -qq && \
397403
apt-get install -qq \

0 commit comments

Comments
 (0)