# HG changeset patch # User Laurent Peuch <cortex@worlddomination.be> # Date 1652286098 -7200 # Wed May 11 18:21:38 2022 +0200 # Node ID 5964b104a6d6b5443cac64c463cd66608e6fc262 # Parent c9b72891dd6c3d5ce3fb3158a1fe89f8799e877e feat(python-logilab): add pip-tools for pip-compile diff --git a/library/python-logilab/Dockerfile b/library/python-logilab/Dockerfile --- a/library/python-logilab/Dockerfile +++ b/library/python-logilab/Dockerfile @@ -1,4 +1,4 @@ ARG version="latest" FROM python:"${version}" RUN pip install -U pip -RUN pip install tox +RUN pip install tox pip-tools