1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-02 08:33:43 +00:00

add shadow package, restore entrypoint functionality (#16124)

This commit is contained in:
aj-bw
2025-08-26 08:47:19 -04:00
committed by GitHub
parent d4e2e73d13
commit 00dc170231
2 changed files with 6 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ EXPOSE 5000
RUN apk add --no-cache curl \
icu-libs \
shadow \
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community gosu
# Copy app from the build stage