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

Merge branch 'augeas-ci' into 'master'

add augeas-tools so we can test our lens in Deckard

See merge request !566
parents 992ae28a ca3c6041
1 merge request!566add augeas-tools so we can test our lens in Deckard
Pipeline #36077 passed with warnings with stages
in 6 minutes and 8 seconds
......@@ -19,7 +19,7 @@ RUN apt-get install -y -qqq doxygen python3-sphinx python3-breathe python3-sphin
# Python packags required for Deckard CI
# Python: grab latest versions from PyPi
# (dnspython and Augeas binding in Debian packages are slow and buggy)
RUN apt-get install -y -qqq python3-pip wget
RUN apt-get install -y -qqq python3-pip wget augeas-tools
RUN pip3 install --upgrade pip
RUN pip3 install pylint
RUN pip3 install pep8
......
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