Update Dockerfile

This commit is contained in:
Neil 2017-01-27 17:47:57 +00:00 committed by GitHub
parent edf9837b8c
commit 1006dc29ae

View File

@ -24,6 +24,8 @@ RUN \
curl -o \
/tmp/lychee.tar.gz -L \
https://github.com/electerious/Lychee/archive/master.tar.gz && \
mkdir -p \
/usr/share/webapps/lychee && \
tar xf \
/tmp/lychee.tar.gz -C \
/usr/share/webapps/lychee --strip-components=1 && \