mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-08-19 03:16:28 +00:00
chore: remove unnecessary curl dependency from Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user