mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 02:53:36 -05:00
remove zip apk
This commit is contained in:
parent
350c0eca8a
commit
61a2c4e12f
1 changed files with 3 additions and 4 deletions
|
@ -73,8 +73,8 @@ RUN apk add --update --no-cache \
|
||||||
py3-setuptools \
|
py3-setuptools \
|
||||||
R \
|
R \
|
||||||
readline-dev \
|
readline-dev \
|
||||||
ruby ruby-dev ruby-bundler ruby-rdoc \
|
ruby ruby-dev ruby-bundler ruby-rdoc
|
||||||
zip
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Copy dependencies files to container #
|
# Copy dependencies files to container #
|
||||||
|
@ -252,8 +252,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 - -q | unzip -q -\
|
||||||
&& 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