Skip to content

Commit

Permalink
Install packages in docker container to enable flask profiling (#351)
Browse files Browse the repository at this point in the history
* add packages to docker container for profiling

* make things less restrictive

* repin due to build error
  • Loading branch information
adkinsjd authored Nov 21, 2024
1 parent 0e776b7 commit 54d2919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN pip install --no-cache-dir --upgrade pip \
pymysql>=1.0.0 \
psycopg2-binary \
gunicorn \
werkzeug==0.16.0 \
markupsafe==2.0.1 \
&& rm -rf /terracotta

COPY docker/resources /
Expand Down

0 comments on commit 54d2919

Please sign in to comment.