Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ ENV GRADIO_SERVER_PORT=7860 \
|
|
6 |
PATH=/home/nonroot/.local/bin:$PATH
|
7 |
|
8 |
# skipcq: DOK-DL3018
|
9 |
-
RUN apk add --no-cache curl
|
10 |
|
11 |
USER nonroot
|
12 |
|
|
|
6 |
PATH=/home/nonroot/.local/bin:$PATH
|
7 |
|
8 |
# skipcq: DOK-DL3018
|
9 |
+
RUN apk add --no-cache curl build-base
|
10 |
|
11 |
USER nonroot
|
12 |
|