Skip to content
Snippets Groups Projects
Commit 231f5b49 authored by Petr Špaček's avatar Petr Špaček
Browse files

Merge branch 'dockerfile-add-flake8' into 'master'

ci: add flake8 to Dockerfile

See merge request !449
parents 0763c6a6 fa498d31
Branches
Tags
1 merge request!449ci: add flake8 to Dockerfile
Pipeline #31986 passed with warnings with stages
in 11 minutes and 25 seconds
......@@ -54,6 +54,7 @@ RUN rm -rf /tmp/resolver-benchmarking
# Python static analysis for respdiff
RUN pip3 install mypy
RUN pip3 install flake8
# Unbound for respdiff
RUN apt-get install unbound unbound-anchor -y -qqq
......@@ -72,6 +73,3 @@ RUN luarocks install luacov
# LuaJIT binary for stand-alone scripting
RUN apt-get install -y -qqq luajit
# infer for static analysis
RUN wget -q -O - https://github.com/facebook/infer/releases/download/v0.13.0/infer-linux64-v0.13.0.tar.xz | tar xJ && mv infer-linux64* /var/opt/infer
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment