Skip to content
Snippets Groups Projects
Commit c9b72891dd6c authored by Laurent Peuch's avatar Laurent Peuch
Browse files

feat: use newest version of pip in python-logilab image

parent de59843564fc
No related branches found
No related tags found
1 merge request!7python-logilab: update pip and add pip-tools for pip-compile
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
ARG version="latest"
FROM python:"${version}"
RUN pip install -U pip
RUN pip install tox
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