Skip to content

Commit 4816716

Browse files
authored
Merge branch 'main' into with_env_file
2 parents 871c04f + 5216b02 commit 4816716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/generic/tests/samples/fastapi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.9
22

33
WORKDIR /app
44

5-
RUN pip install fastapi
5+
RUN pip install fastapi[standard]
66

77
COPY ./app /app
88

0 commit comments

Comments
 (0)