Merge pull request #1018 from wolfgangwalther/nss_wrapper-alpine

Add nss_wrapper to alpine
This commit is contained in:
Tianon Gravi 2022-12-13 11:06:08 -08:00 committed by GitHub
commit 4d8d99d25e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \ apk add --no-cache --virtual .postgresql-rundeps \
$runDeps \ $runDeps \
bash \ bash \
nss_wrapper \
su-exec \ su-exec \
tzdata \ tzdata \
zstd \ zstd \

1
12/alpine/Dockerfile generated
View File

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

1
13/alpine/Dockerfile generated
View File

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

1
14/alpine/Dockerfile generated
View File

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

1
15/alpine/Dockerfile generated
View File

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

View File

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