adjust zip command

This commit is contained in:
assignUser 2020-08-19 00:25:18 +00:00
parent 61a2c4e12f
commit c64adc056e

View file

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