We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 871c04f + 5216b02 commit 4816716Copy full SHA for 4816716
modules/generic/tests/samples/fastapi/Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.9
2
3
WORKDIR /app
4
5
-RUN pip install fastapi
+RUN pip install fastapi[standard]
6
7
COPY ./app /app
8
0 commit comments