| commit | cb992769cd2f3f5374a59c7b3c8f1ea8a88d5d57 | [log] [tgz] |
|---|---|---|
| author | sousaedu <eduardo.sousa@canonical.com> | Tue Aug 31 18:52:26 2021 +0100 |
| committer | sousaedu <eduardo.sousa@canonical.com> | Thu Sep 02 17:54:05 2021 +0200 |
| tree | 907402dc843b6dcf20e4e15a6e1da4443f2c5170 | |
| parent | fdbe776e9bb9e43f7d4dc0f8c023b93d258666e2 [diff] |
Upgrading setuptools to 51.0.0 Some newer packages, in requirements.txt, use the Metadata version format available in 51.0.0. Docs: https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html#metadata Change-Id: I2a7c22c2fa42e7111aed462b81f5be9040d0d7f9 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 2e0b84f..405b937 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile
@@ -28,7 +28,7 @@ apt-transport-https=1.6.* \ gnupg2=2.2.* \ openssh-client=1:7.* && \ - python3 -m easy_install pip==21.0.1 + python3 -m easy_install pip==21.0.1 setuptools==51.0.0 RUN curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - \ && echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/apt/sources.list.d/kubernetes.list \