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.
1 parent 1cc508a commit ce93f5eCopy full SHA for ce93f5e
docker/Dockerfile
@@ -15,6 +15,10 @@ ENV TINI_VERSION=v0.19.0
15
16
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
17
18
+RUN apt-get update \
19
+ && apt-get install -y --no-install-recommends git \
20
+ && apt-get clean
21
+
22
WORKDIR /app/
23
24
COPY pyproject.toml uv.lock /app/
0 commit comments