Skip to content

Commit

Permalink
Merge pull request #15 from stackhpc/fix-image-build
Browse files Browse the repository at this point in the history
Fix image build
  • Loading branch information
MoteHue authored Mar 13, 2024
2 parents d4d7093 + 5830b44 commit fbf37af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git
mkdir /rally && chown -R rally:rally /rally

RUN pip install git+https://github.com/stackhpc/rally-openstack.git@feature/non-admin-creds --no-cache-dir && \
pip3 install pymysql psycopg2-binary --no-cache-dir
pip3 install pymysql psycopg2-binary fixtures --no-cache-dir

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

0 comments on commit fbf37af

Please sign in to comment.