Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest@sha256:67b2bcccdc103d608727d1b577e58008e
|
|
11 |
# skipcq: DOK-DL3018
|
12 |
RUN apk add --no-cache curl libstdc++
|
13 |
|
14 |
-
USER nonroot
|
15 |
|
16 |
WORKDIR /home/nonroot
|
17 |
|
|
|
11 |
# skipcq: DOK-DL3018
|
12 |
RUN apk add --no-cache curl libstdc++
|
13 |
|
14 |
+
# USER nonroot
|
15 |
|
16 |
WORKDIR /home/nonroot
|
17 |
|