We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58650b6 commit ebd9a6bCopy full SHA for ebd9a6b
examples/docker_fastapi_demo/Dockerfile
@@ -6,7 +6,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
6
PYTHONUNBUFFERED=1
7
8
RUN apt-get update \
9
- && apt-get install -y --no-install-recommends nginx nodejs npm \
+ && apt-get install -y --no-install-recommends git nginx nodejs npm \
10
&& rm -rf /var/lib/apt/lists/*
11
12
COPY backend /app/backend
0 commit comments