Revert "fix: add cap_net_bind_service=+ep to /usr/bin/node (#25385)" (#25415)

This commit is contained in:
Koen Kanters
2025-01-02 14:15:39 +01:00
committed by GitHub
parent 2046c05fd4
commit 9055eccae9
+1 -2
View File
@@ -12,7 +12,7 @@ FROM linux-${TARGETARCH}-alpine AS base
ENV NODE_ENV=production
WORKDIR /app
RUN apk add --no-cache tzdata eudev tini nodejs setcap
RUN apk add --no-cache tzdata eudev tini nodejs
# Dependencies and build
FROM base AS deps
@@ -47,7 +47,6 @@ COPY package.json LICENSE index.js data/configuration.example.yaml ./
COPY docker/docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
RUN setcap 'cap_net_bind_service=+ep' /usr/bin/node
RUN mkdir /app/data