Skip to content

Commit

Permalink
include uvicorn[standard] in Python image
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Aug 14, 2024
1 parent 67eca1c commit 23dca06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/python/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN apt-get update -y; \
vim; \
rm -rf /var/lib/apt/lists/*; \
pip install --no-cache-dir -U pip; \
pip install --no-cache-dir poetry==1.8.3
pip install --no-cache-dir poetry==1.8.3; \
pip install --no-cache-dir 'uvicorn[standard]>=0.30.6,<0.31'

WORKDIR /
COPY ./resources/set_gitconfig.bash .
Expand Down

0 comments on commit 23dca06

Please sign in to comment.