You've already forked postgres
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:
1
11/alpine/Dockerfile
generated
1
11/alpine/Dockerfile
generated
@@ -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
1
12/alpine/Dockerfile
generated
@@ -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
1
13/alpine/Dockerfile
generated
@@ -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
1
14/alpine/Dockerfile
generated
@@ -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
1
15/alpine/Dockerfile
generated
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user