Skip to content

Commit 09cb6e7

Browse files
committed
Stop using upper-constraints
Hitting issues with dependency resolution. These can be added back when the issue is fixed.
1 parent 3f73a18 commit 09cb6e7

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
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git
1010
echo "rally ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/00-rally-user && \
1111
mkdir /rally && chown -R rally:rally /rally
1212

13-
RUN pip install git+https://github.com/openstack/rally-openstack.git --constraint https://raw.githubusercontent.com/openstack/rally-openstack/master/upper-constraints.txt --no-cache-dir && \
13+
RUN pip install git+https://github.com/openstack/rally-openstack.git --no-cache-dir && \
1414
pip3 install pymysql psycopg2-binary --no-cache-dir
1515

1616
COPY ./etc/motd_for_docker /etc/motd

0 commit comments

Comments
 (0)