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.
2 parents d4d7093 + 5830b44 commit fbf37afCopy full SHA for fbf37af
Dockerfile
@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git
29
mkdir /rally && chown -R rally:rally /rally
30
31
RUN pip install git+https://github.com/stackhpc/rally-openstack.git@feature/non-admin-creds --no-cache-dir && \
32
- pip3 install pymysql psycopg2-binary --no-cache-dir
+ pip3 install pymysql psycopg2-binary fixtures --no-cache-dir
33
34
COPY ./etc/motd_for_docker /etc/motd
35
RUN echo '[ ! -z "$TERM" -a -r /etc/motd ] && cat /etc/motd' >> /etc/bash.bashrc
0 commit comments