Skip to content

Commit

Permalink
adding cherrypy dependency for epm loader utility (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Jan 24, 2024
1 parent 724abfd commit 9892ecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions couchdb/uat/loader/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM ghcr.io/noaa-gsl/idss/commons/python/python-base:main

# Install additional dependencies
RUN pip3 install --no-cache \
cherrypy

COPY couchdb.json couchdb.json
COPY CouchEventPortfolioDB.py CouchEventPortfolioDB.py
COPY Load.py Load.py
Expand Down

0 comments on commit 9892ecf

Please sign in to comment.