Skip to content
Snippets Groups Projects
Unverified Commit d3dccb10 authored by Roman Azarenko's avatar Roman Azarenko
Browse files

Upgrade packaging tools first

parent 4649e963
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -y install bash git curl libxml2 libxslt1.1 xz-utils && \
rm -rf /var/lib/apt/lists/*
RUN pip install -U flake8 pylint lxml ast-to-xml requests
RUN pip install -U pip setuptools wheel && \
pip install -U flake8 pylint lxml ast-to-xml requests
ARG SHELLCHECK_VERSION=0.8.0
RUN mkdir -p /opt/shellcheck && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment