Skip to content

Commit

Permalink
Update paths for movedfiles, fix #54
Browse files Browse the repository at this point in the history
  • Loading branch information
elichad committed Feb 28, 2020
1 parent 787385e commit 0013134
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 0013134

Please sign in to comment.