Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest@sha256:40775a79214294fb51d097c9117592f19
|
|
| 9 |
/uv /uvx /usr/bin/
|
| 10 |
|
| 11 |
# skipcq: DOK-DL3018
|
| 12 |
-
RUN apk add --no-cache curl
|
| 13 |
|
| 14 |
USER nonroot
|
| 15 |
|
|
|
|
| 9 |
/uv /uvx /usr/bin/
|
| 10 |
|
| 11 |
# skipcq: DOK-DL3018
|
| 12 |
+
RUN apk add --no-cache curl gcc
|
| 13 |
|
| 14 |
USER nonroot
|
| 15 |
|