[docker] Ensure that we have latest version of setuptools
Change-Id: I8ae4c09a9855843f32cabd82e616fe0ca4001908
This commit is contained in:
parent
b9c303c2f4
commit
8d3dbb85dc
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user