[docker] Ensure that we have latest version of setuptools

Change-Id: I8ae4c09a9855843f32cabd82e616fe0ca4001908
This commit is contained in:
Andrey Kurilin 2020-04-27 14:58:07 +03:00
parent b9c303c2f4
commit 8d3dbb85dc

View File

@ -4,7 +4,7 @@ RUN sed -i s/^deb-src.*// /etc/apt/sources.list
RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core && \
apt clean && \
pip3 install --upgrade pip && \
pip3 install --upgrade pip setuptools && \
useradd -u 65500 -m rally && \
usermod -aG sudo rally && \
echo "rally ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/00-rally-user && \