fix unzip

This commit is contained in:
assignUser 2020-08-19 01:22:45 +02:00
parent e1bc1df9e7
commit 5141bdaba4

View file

@ -253,7 +253,7 @@ RUN R -e "install.packages(list.dirs('/home/r-library',recursive = FALSE), repos
# Install chktex #
##################
RUN wget --tries=5 http://mirrors.ctan.org/support/chktex.zip -O chktex.zip -q \
&& unzip chktex.zip \
&& unzip -q chktex.zip -d chktex \
&& cd chktex \
&& ./configure && make \
&& mv chktex /usr/bin \