Skip to content

Commit

Permalink
Merge pull request #55 from elichad/update_paths
Browse files Browse the repository at this point in the history
Update paths for moved files #54
  • Loading branch information
tbeerman authored Mar 12, 2020
2 parents db9e5cb + 0013134 commit 7fac66f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ RUN mkdir -p \
RUN pip install --upgrade pip
RUN pip install --upgrade setuptools
RUN rm -rf /usr/lib/python2.7/site-packages/ipaddress*
RUN pip install -r /tmp/rucio/tools/pip-requires-client
RUN pip install -r /tmp/rucio/tools/pip-requires
RUN pip install -r /tmp/rucio/tools/pip-requires-test
RUN pip install -r /tmp/rucio/etc/pip-requires-client
RUN pip install -r /tmp/rucio/etc/pip-requires
RUN pip install -r /tmp/rucio/etc/pip-requires-test
RUN pip install psycopg2-binary
RUN ln -s $RUCIOHOME/lib/rucio /usr/lib/python2.7/site-packages/rucio

Expand Down

0 comments on commit 7fac66f

Please sign in to comment.