Skip to content

Commit

Permalink
fix: [#384] Create groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Nov 11, 2023
1 parent 4b34ca6 commit 19441ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ FROM alpine:3.18.4
COPY --from=builder /etc/passwd /etc/passwd
COPY --from=builder /n3dr /usr/local/bin/n3dr
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
RUN apk add --no-cache \
libcrypto3=3.1.4-r0 \
libssl3=3.1.4-r0
USER n3dr
ENTRYPOINT ["/usr/local/bin/n3dr"]

0 comments on commit 19441ad

Please sign in to comment.