From 5830b44dc0caaf1ef001a5439d2b1b0ef105b9bb Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Tue, 12 Mar 2024 15:09:09 +0000 Subject: [PATCH] Fix image build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9922ef0..96c6c87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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