We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 011107e + 1c71ab4 commit ef5ea5eCopy full SHA for ef5ea5e
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.13-slim
2
3
WORKDIR /work/
4
5
-RUN apt-get update && apt-get install -y make && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y make docker-compose && rm -rf /var/lib/apt/lists/*
6
7
RUN pip install uv
8
COPY ./pyproject.toml /work/pyproject.toml
0 commit comments