Skip to content
Snippets Groups Projects
Commit f93304cd authored by Štěpán Kotek's avatar Štěpán Kotek Committed by Štěpán Kotek
Browse files

Run pylint and pep8 CI with new dockerfile.

parent 01a19c45
Branches
Tags
1 merge request!375CI: new Dockerfile
Pipeline #20502 failed with stages
in 3 minutes and 32 seconds
......@@ -9,9 +9,10 @@ RUN apt-get update -qq
RUN apt-get install -y -qqq apt-utils
RUN apt-get upgrade -y -qqq
RUN apt-get install -y -qqq make cmake pkg-config git build-essential bsdmainutils libtool autoconf make pkg-config liburcu-dev libgnutls28-dev libedit-dev liblmdb-dev libcap-ng-dev libsystemd-dev libidn11-dev protobuf-c-compiler libfstrm-dev pkg-config libknot-dev libuv1-dev libcmocka-dev libluajit-5.1-dev # dependencies for knot-resolver
RUN apt-get install -y -qqq valgrind python3 python3-dev python3-jinja2 python3-pip python3-yaml libffi-dev libaugeas-dev
RUN apt-get install -y -qqq valgrind python3 python3-dev python3-jinja2 python3-pip python3-yaml libffi-dev libaugeas-dev python3-pep8
RUN apt-get purge python3-dnspython
RUN pip3 install --upgrade pip
RUN pip3 install --user dnspython python-augeas
RUN pip3 install pylint
RUN git clone https://gitlab.labs.nic.cz/knot/knot-dns.git /tmp/knot
RUN cd /tmp/knot && autoreconf -if && ./configure && make && make install && ldconfig
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