Skip to content

Commit

Permalink
Merge pull request PanDAWMS#387 from PanDAWMS/oraclesupport
Browse files Browse the repository at this point in the history
Install oracledb in the docker image
  • Loading branch information
EdwardKaravakis authored Aug 1, 2024
2 parents 4ed6ee3 + 44e355e commit 4f8d152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ RUN /opt/panda/bin/pip install --no-cache-dir rucio-clients
RUN /opt/panda/bin/pip install --no-cache-dir "git+https://github.com/PanDAWMS/panda-cacheschedconfig.git"
RUN ln -s /opt/panda/lib/python*/site-packages/mod_wsgi/server/mod_wsgi*.so /etc/httpd/modules/mod_wsgi.so

# install the oracle client to be able to support Oracle
RUN /opt/panda/bin/pip install --no-cache-dir oracledb

WORKDIR /
RUN rm -rf /tmp/src

Expand Down
2 changes: 1 addition & 1 deletion PandaPkgInfo.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "0.3.14"
release_version = "0.3.15

0 comments on commit 4f8d152

Please sign in to comment.