Skip to content

Commit ebd9a6b

Browse files
committed
demo: install git in docker_fastapi_demo image
1 parent 58650b6 commit ebd9a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker_fastapi_demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
66
PYTHONUNBUFFERED=1
77

88
RUN apt-get update \
9-
&& apt-get install -y --no-install-recommends nginx nodejs npm \
9+
&& apt-get install -y --no-install-recommends git nginx nodejs npm \
1010
&& rm -rf /var/lib/apt/lists/*
1111

1212
COPY backend /app/backend

0 commit comments

Comments
 (0)