Skip to content

Commit

Permalink
Merge pull request #329 from PanDAWMS/alex_dev
Browse files Browse the repository at this point in the history
cx_Oracle -> oracledb for Dockerfile
  • Loading branch information
Foorth authored May 7, 2024
2 parents 9ed9cfa + 367d3a1 commit c86ee6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN ${BIGMON_VIRTUALENV_PATH}/bin/pip install --no-cache-dir --upgrade setuptool

RUN ${BIGMON_VIRTUALENV_PATH}/bin/pip install --no-cache-dir --upgrade channels pyOpenSSL daphne python-dotenv pyrebase4 confluent_kafka futures psycopg2-binary \
aenum appdirs argcomplete asn1crypto attrs aws bcrypt \
beautifulsoup4 boto3 bz2file cachetools certifi cffi chardet click codegen cryptography cx-Oracle cycler \
beautifulsoup4 boto3 bz2file cachetools certifi cffi chardet click codegen cryptography oracledb cycler \
dataclasses datefinder decorator defusedxml Django docopt dogpile.cache ecdsa django-csp \
elasticsearch elasticsearch-dsl opensearch-py enum34 fabric findspark flake8 Flask futures google-auth html5lib httplib2 \
humanize idds-client idds-common idds-workflow idna importlib-metadata iniconfig invoke ipaddress itsdangerous \
Expand Down

0 comments on commit c86ee6c

Please sign in to comment.