Merge pull request #1018 from wolfgangwalther/nss_wrapper-alpine
Add nss_wrapper to alpine
This commit is contained in:
commit
4d8d99d25e
|
|
@ -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