Skip to content

Commit

Permalink
Merge pull request #46 from tbeerman/master
Browse files Browse the repository at this point in the history
remove pre versions from rucio pip install
  • Loading branch information
tbeerman authored Jan 23, 2020
2 parents 07f3d38 + ca1df9f commit da43a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daemons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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[oracle,mysql,postgresql]
RUN pip install rucio[oracle,mysql,postgresql]
RUN pip install j2cli psycopg2-binary
RUN pip install cx_oracle==6.3.1 PyMySQL

Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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[oracle,mysql,postgresql]
RUN pip install rucio[oracle,mysql,postgresql]
RUN pip install j2cli psycopg2-binary
RUN pip install cx_oracle==6.3.1 PyMySQL

Expand Down

0 comments on commit da43a28

Please sign in to comment.