We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6eb0df commit 92655a1Copy full SHA for 92655a1
1 file changed
case_temps/Dockerfile
@@ -12,7 +12,7 @@ RUN pip wheel --no-cache-dir --no-deps --wheel-dir /app/wheels -r requirements.t
12
# final stage
13
FROM python:3.13-slim
14
15
-RUN apt-get update -y && apt-get install -y libgpiod2
+RUN apt-get update -y && apt-get install -y gcc libgpiod2
16
17
COPY --from=builder /app/wheels /wheels
18
COPY --from=builder /app/requirements.txt .
0 commit comments