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