1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00

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