Skip to content
Snippets Groups Projects
Commit ca3c6041 authored by Štěpán Balážik's avatar Štěpán Balážik Committed by Petr Špaček
Browse files

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

parent 992ae28a
Branches
Tags
1 merge request!566add augeas-tools so we can test our lens in Deckard
Pipeline #36068 canceled with stages
in 12 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