Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN apk add --no-cache build-base git
|
|
9 |
USER nonroot
|
10 |
|
11 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
12 |
-
uv tool install
|
13 |
|
14 |
FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1fd981aa0bcefd8da87ce55a9ae907862fcb6835c658fdb284867117fb0268ce AS production
|
15 |
|
|
|
9 |
USER nonroot
|
10 |
|
11 |
RUN --mount=type=cache,target=/root/.cache/uv \
|
12 |
+
uv tool install chattr
|
13 |
|
14 |
FROM cgr.dev/chainguard/wolfi-base:latest@sha256:1fd981aa0bcefd8da87ce55a9ae907862fcb6835c658fdb284867117fb0268ce AS production
|
15 |
|