Add nss_wrapper to alpine images to run container with different user

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
Wolfgang Walther 2022-09-21 20:29:33 +02:00
parent 39c3dc7046
commit a2d5beb991
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1
6 changed files with 6 additions and 0 deletions

1
11/alpine/Dockerfile generated
View File

@ -124,6 +124,7 @@ RUN set -eux; \
apk add --no-cache --virtual .postgresql-rundeps \
$runDeps \
bash \
nss_wrapper \
su-exec \
tzdata \
zstd \

1
12/alpine/Dockerfile generated
View File

@ -124,6 +124,7 @@ RUN set -eux; \
apk add --no-cache --virtual .postgresql-rundeps \
$runDeps \
bash \
nss_wrapper \
su-exec \
tzdata \
zstd \

1
13/alpine/Dockerfile generated
View File

@ -124,6 +124,7 @@ RUN set -eux; \
apk add --no-cache --virtual .postgresql-rundeps \
$runDeps \
bash \
nss_wrapper \
su-exec \
tzdata \
zstd \

1
14/alpine/Dockerfile generated
View File

@ -127,6 +127,7 @@ RUN set -eux; \
apk add --no-cache --virtual .postgresql-rundeps \
$runDeps \
bash \
nss_wrapper \
su-exec \
tzdata \
zstd \

1
15/alpine/Dockerfile generated
View File

@ -130,6 +130,7 @@ RUN set -eux; \
apk add --no-cache --virtual .postgresql-rundeps \
$runDeps \
bash \
nss_wrapper \
su-exec \
tzdata \
zstd \

View File

@ -136,6 +136,7 @@ RUN set -eux; \
apk add --no-cache --virtual .postgresql-rundeps \
$runDeps \
bash \
nss_wrapper \
su-exec \
tzdata \
zstd \