Skip to content

Commit 92655a1

Browse files
committed
Fixing gcc dependency for GPIO library
1 parent b6eb0df commit 92655a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

case_temps/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN pip wheel --no-cache-dir --no-deps --wheel-dir /app/wheels -r requirements.t
1212
# final stage
1313
FROM python:3.13-slim
1414

15-
RUN apt-get update -y && apt-get install -y libgpiod2
15+
RUN apt-get update -y && apt-get install -y gcc libgpiod2
1616

1717
COPY --from=builder /app/wheels /wheels
1818
COPY --from=builder /app/requirements.txt .

0 commit comments

Comments
 (0)