fix linter errors
This commit is contained in:
parent
510b40e38a
commit
fb6464bbaa
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ RUN apt-get update && \
|
||||||
yamllint \
|
yamllint \
|
||||||
s-nail \
|
s-nail \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
&& pip3 install pylint \
|
&& pip3 install --no-cache-dir pylint==3.1.0 \
|
||||||
&& apt-get clean && \
|
&& apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
||||||
|
|
Loading…
Reference in a new issue