mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Update black binary to 21.10b0 (#2141)
* Bumping black to v21.10b * fix lua Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
This commit is contained in:
parent
eca2494a0d
commit
0d88d496bc
2 changed files with 6 additions and 2 deletions
|
@ -136,7 +136,7 @@ RUN pip3 install --no-cache-dir pipenv \
|
||||||
########################
|
########################
|
||||||
# Install Python Black #
|
# Install Python Black #
|
||||||
########################
|
########################
|
||||||
&& wget --tries=5 -q -O /usr/local/bin/black https://github.com/psf/black/releases/download/21.9b0/black_linux \
|
&& wget --tries=5 -q -O /usr/local/bin/black https://github.com/psf/black/releases/download/21.10b0/black_linux \
|
||||||
&& chmod +x /usr/local/bin/black
|
&& chmod +x /usr/local/bin/black
|
||||||
##############################
|
##############################
|
||||||
# Installs Perl dependencies #
|
# Installs Perl dependencies #
|
||||||
|
@ -328,6 +328,8 @@ RUN apk add --no-cache rakudo zef \
|
||||||
&& cd .. \
|
&& cd .. \
|
||||||
&& rm -r luarocks-3.3.1-super-linter/ \
|
&& rm -r luarocks-3.3.1-super-linter/ \
|
||||||
&& luarocks install luacheck \
|
&& luarocks install luacheck \
|
||||||
|
&& luarocks install argparse \
|
||||||
|
&& luarocks install luafilesystem \
|
||||||
&& mv /etc/R/* /usr/lib/R/etc/ \
|
&& mv /etc/R/* /usr/lib/R/etc/ \
|
||||||
&& find /node_modules/ -type f -name 'LICENSE' -exec rm {} + \
|
&& find /node_modules/ -type f -name 'LICENSE' -exec rm {} + \
|
||||||
&& find /node_modules/ -type f -name '*.md' -exec rm {} + \
|
&& find /node_modules/ -type f -name '*.md' -exec rm {} + \
|
||||||
|
|
|
@ -111,7 +111,7 @@ RUN curl --retry 5 --retry-delay 5 -sL https://cpanmin.us/ | perl - -nq --no-wge
|
||||||
########################
|
########################
|
||||||
# Install Python Black #
|
# Install Python Black #
|
||||||
########################
|
########################
|
||||||
&& wget --tries=5 -q -O /usr/local/bin/black https://github.com/psf/black/releases/download/21.9b0/black_linux \
|
&& wget --tries=5 -q -O /usr/local/bin/black https://github.com/psf/black/releases/download/21.10b0/black_linux \
|
||||||
&& chmod +x /usr/local/bin/black \
|
&& chmod +x /usr/local/bin/black \
|
||||||
#######################
|
#######################
|
||||||
# Installs ActionLint #
|
# Installs ActionLint #
|
||||||
|
@ -266,6 +266,8 @@ RUN apk add --no-cache rakudo zef \
|
||||||
&& cd .. \
|
&& cd .. \
|
||||||
&& rm -r luarocks-3.3.1-super-linter/ \
|
&& rm -r luarocks-3.3.1-super-linter/ \
|
||||||
&& luarocks install luacheck \
|
&& luarocks install luacheck \
|
||||||
|
&& luarocks install argparse \
|
||||||
|
&& luarocks install luafilesystem \
|
||||||
&& mv /etc/R/* /usr/lib/R/etc/ \
|
&& mv /etc/R/* /usr/lib/R/etc/ \
|
||||||
&& find /node_modules/ -type f -name 'LICENSE' -exec rm {} + \
|
&& find /node_modules/ -type f -name 'LICENSE' -exec rm {} + \
|
||||||
&& find /node_modules/ -type f -name '*.md' -exec rm {} + \
|
&& find /node_modules/ -type f -name '*.md' -exec rm {} + \
|
||||||
|
|
Loading…
Reference in a new issue