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 bd96120 commit 910acbeCopy full SHA for 910acbe
Dockerfile
@@ -25,7 +25,7 @@ RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git
25
echo "rally ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/00-rally-user && \
26
mkdir /rally && chown -R rally:rally /rally
27
28
-RUN pip install git+https://github.com/stackhpc/rally-openstack.git@feature/non-admin-creds --no-cache-dir && \
+RUN pip install git+https://github.com/stackhpc/rally-openstack.git@fix-rally --no-cache-dir && \
29
pip3 install pymysql psycopg2-binary --no-cache-dir
30
31
COPY ./etc/motd_for_docker /etc/motd
0 commit comments