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 \
|
||||
$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