Skip to content

Commit

Permalink
Upgrade setuptools in RQD docker. (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcipriano committed Jan 29, 2020
1 parent 5155d1f commit e475228
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rqd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN yum -y install \
python36-devel \
python36-pip

RUN pip install --upgrade setuptools
RUN pip3.6 install --upgrade setuptools

WORKDIR /opt/opencue

COPY LICENSE ./
Expand Down

0 comments on commit e475228

Please sign in to comment.