Skip to content

Commit fbf37af

Browse files
authored
Merge pull request #15 from stackhpc/fix-image-build
Fix image build
2 parents d4d7093 + 5830b44 commit fbf37af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git
2929
mkdir /rally && chown -R rally:rally /rally
3030

3131
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
32+
pip3 install pymysql psycopg2-binary fixtures --no-cache-dir
3333

3434
COPY ./etc/motd_for_docker /etc/motd
3535
RUN echo '[ ! -z "$TERM" -a -r /etc/motd ] && cat /etc/motd' >> /etc/bash.bashrc

0 commit comments

Comments
 (0)