Skip to content

Commit

Permalink
adding missing python-logging-rabbitmq package
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Apr 16, 2024
1 parent 6cf9b65 commit 66c1f55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker/python-sci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8

# Install dependencies (and force Python 3.11 update)
# Install dependencies (and force Python 3.12.1 update)
RUN conda config --set solver classic && \
conda config --add channels conda-forge && \
conda config --remove channels defaults && \
Expand All @@ -32,8 +32,8 @@ RUN conda config --set solver classic && \
shapely==2.0.2 \
pillow==10.2.0 \
flask==2.3.2 \
#gunicorn=21.0.1 \
gunicorn \
gunicorn==21.2.0 \
python-logging-rabbitmq==2.0.0 \
&& conda clean -y --all

# Get the latest package updates to keep security vulnerabilities down
Expand Down
1 change: 1 addition & 0 deletions docker/python-sci/arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN conda config --add channels conda-forge && \
awscli==1.27.161 \
jsonschema==4.19.0 \
pillow==10.0.1 \
python-logging-rabbitmq==2.0.0 \
&& conda clean -y --all

# Get the latest package updates to keep security vulnerabilities down
Expand Down
3 changes: 2 additions & 1 deletion docker/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN pip3 install --no-cache \
jsonschema==4.19.0 \
pycouchdb==1.14.2 \
gunicorn==21.2.0 \
geojson==3.1.0
geojson==3.1.0 \
python-logging-rabbitmq==2.3.0

# Get the latest package updates to keep security vulnerabilities down
RUN apk update && apk upgrade
Expand Down

0 comments on commit 66c1f55

Please sign in to comment.