Skip to content

Commit

Permalink
adding missing flask-cors dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed May 20, 2024
1 parent f078466 commit 53dc673
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN pip3 install --no-cache \
pycouchdb==1.14.2 \
gunicorn==21.2.0 \
geojson==3.1.0 \
python-logging-rabbitmq==2.3.0
python-logging-rabbitmq==2.3.0 \
flask-cors==4.0.0

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

0 comments on commit 53dc673

Please sign in to comment.