Skip to content
Snippets Groups Projects

python-logilab: update pip and add pip-tools for pip-compile

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
ARG version="latest"
FROM python:"${version}"
RUN pip install tox
RUN pip install -U pip
RUN pip install tox pip-tools
Loading