Skip to content

Commit

Permalink
Merge pull request #66 from rucio/match_versions
Browse files Browse the repository at this point in the history
Explicitly install Rucio first
  • Loading branch information
tbeerman authored Apr 2, 2020
2 parents d4d9445 + 28c8bd0 commit d4c5549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN rpm -i /tmp/oic.rpm; \
ldconfig
RUN pip install --upgrade pip setuptools
RUN rm -rf /usr/lib/python2.7/site-packages/ipaddress*
RUN pip install --pre rucio_webui[oracle,mysql,postgresql]==$TAG
RUN pip install --pre rucio[oracle,mysql,postgresql]==$TAG
RUN pip install --pre rucio_webui==$TAG
RUN pip install j2cli psycopg2-binary
# only necessary temporarily until setup.py for webui is fixed
RUN pip install cx_oracle==6.3.1 PyMySQL
Expand Down

0 comments on commit d4c5549

Please sign in to comment.