Skip to content
Snippets Groups Projects

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

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