mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
fix unzip
This commit is contained in:
parent
e1bc1df9e7
commit
5141bdaba4
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue