chore: remove unused curl dependency from Dockerfile

This commit is contained in:
Elias Schneider
2026-08-05 20:37:57 +02:00
parent 9320144991
commit 98160b20a1
+1 -1
View File
@@ -51,7 +51,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
FROM alpine:3.24.1
WORKDIR /app
RUN apk add --no-cache curl su-exec
RUN apk add --no-cache su-exec
COPY --from=backend-builder /build/pocket-id /app/pocket-id
COPY ./scripts/docker /app/docker