We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f73a18 commit 09cb6e7Copy full SHA for 09cb6e7
Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git
10
echo "rally ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/00-rally-user && \
11
mkdir /rally && chown -R rally:rally /rally
12
13
-RUN pip install git+https://github.com/openstack/rally-openstack.git --constraint https://raw.githubusercontent.com/openstack/rally-openstack/master/upper-constraints.txt --no-cache-dir && \
+RUN pip install git+https://github.com/openstack/rally-openstack.git --no-cache-dir && \
14
pip3 install pymysql psycopg2-binary --no-cache-dir
15
16
COPY ./etc/motd_for_docker /etc/motd
0 commit comments