chore: remove unnecessary curl dependency from Dockerfile

This commit is contained in:
Elias Schneider
2026-08-08 17:37:31 +02:00
parent 9e637d5aec
commit 987d1a8b59
+1 -1
View File
@@ -9,7 +9,7 @@ ARG TARGETVARIANT
WORKDIR /app
RUN apk add --no-cache curl su-exec
RUN apk add --no-cache su-exec
COPY linux/${TARGETARCH}/${TARGETVARIANT}/pocket-id /app/pocket-id
COPY ./scripts/docker /app/docker