mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
adjust zip command
This commit is contained in:
parent
61a2c4e12f
commit
c64adc056e
1 changed files with 2 additions and 1 deletions
|
@ -252,7 +252,8 @@ 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 - -q | unzip -q -\
|
||||
RUN wget --tries=5 http://mirrors.ctan.org/support/chktex.zip -O chktex.zip -q \
|
||||
&& unzip -q chktex.zip \
|
||||
&& cd chktex \
|
||||
&& ./configure && make \
|
||||
&& mv chktex /usr/bin \
|
||||
|
|
Loading…
Reference in a new issue