mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 18:20:57 -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 #
|
# Install chktex #
|
||||||
##################
|
##################
|
||||||
RUN wget --tries=5 http://mirrors.ctan.org/support/chktex.zip -O chktex.zip -q \
|
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 \
|
&& cd chktex \
|
||||||
&& ./configure && make \
|
&& ./configure && make \
|
||||||
&& mv chktex /usr/bin \
|
&& mv chktex /usr/bin \
|
||||||
|
|
Loading…
Reference in a new issue