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:
parent
39c3dc7046
commit
a2d5beb991
|
|
@ -124,6 +124,7 @@ RUN set -eux; \
|
|||
apk add --no-cache --virtual .postgresql-rundeps \
|
||||
$runDeps \
|
||||
bash \
|
||||
nss_wrapper \
|
||||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
|
|
|
|||
|
|
@ -124,6 +124,7 @@ RUN set -eux; \
|
|||
apk add --no-cache --virtual .postgresql-rundeps \
|
||||
$runDeps \
|
||||
bash \
|
||||
nss_wrapper \
|
||||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
|
|
|
|||
|
|
@ -124,6 +124,7 @@ RUN set -eux; \
|
|||
apk add --no-cache --virtual .postgresql-rundeps \
|
||||
$runDeps \
|
||||
bash \
|
||||
nss_wrapper \
|
||||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
|
|
|
|||
|
|
@ -127,6 +127,7 @@ RUN set -eux; \
|
|||
apk add --no-cache --virtual .postgresql-rundeps \
|
||||
$runDeps \
|
||||
bash \
|
||||
nss_wrapper \
|
||||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@ RUN set -eux; \
|
|||
apk add --no-cache --virtual .postgresql-rundeps \
|
||||
$runDeps \
|
||||
bash \
|
||||
nss_wrapper \
|
||||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@ RUN set -eux; \
|
|||
apk add --no-cache --virtual .postgresql-rundeps \
|
||||
$runDeps \
|
||||
bash \
|
||||
nss_wrapper \
|
||||
su-exec \
|
||||
tzdata \
|
||||
zstd \
|
||||
|
|
|
|||
Loading…
Reference in New Issue