diff --git a/11/alpine/Dockerfile b/11/alpine/Dockerfile index ce4f716d15..3aeba17f4d 100644 --- a/11/alpine/Dockerfile +++ b/11/alpine/Dockerfile @@ -124,6 +124,7 @@ RUN set -eux; \ apk add --no-cache --virtual .postgresql-rundeps \ $runDeps \ bash \ + nss_wrapper \ su-exec \ tzdata \ zstd \ diff --git a/12/alpine/Dockerfile b/12/alpine/Dockerfile index 53058f1d4e..49c6075c27 100644 --- a/12/alpine/Dockerfile +++ b/12/alpine/Dockerfile @@ -124,6 +124,7 @@ RUN set -eux; \ apk add --no-cache --virtual .postgresql-rundeps \ $runDeps \ bash \ + nss_wrapper \ su-exec \ tzdata \ zstd \ diff --git a/13/alpine/Dockerfile b/13/alpine/Dockerfile index da784d5f9c..267ba279b3 100644 --- a/13/alpine/Dockerfile +++ b/13/alpine/Dockerfile @@ -124,6 +124,7 @@ RUN set -eux; \ apk add --no-cache --virtual .postgresql-rundeps \ $runDeps \ bash \ + nss_wrapper \ su-exec \ tzdata \ zstd \ diff --git a/14/alpine/Dockerfile b/14/alpine/Dockerfile index 03dcb2406e..41f118eba9 100644 --- a/14/alpine/Dockerfile +++ b/14/alpine/Dockerfile @@ -127,6 +127,7 @@ RUN set -eux; \ apk add --no-cache --virtual .postgresql-rundeps \ $runDeps \ bash \ + nss_wrapper \ su-exec \ tzdata \ zstd \ diff --git a/15/alpine/Dockerfile b/15/alpine/Dockerfile index e2696b0f83..af78dacb31 100644 --- a/15/alpine/Dockerfile +++ b/15/alpine/Dockerfile @@ -130,6 +130,7 @@ RUN set -eux; \ apk add --no-cache --virtual .postgresql-rundeps \ $runDeps \ bash \ + nss_wrapper \ su-exec \ tzdata \ zstd \ diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index 75b6ec25cd..853d1de137 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -136,6 +136,7 @@ RUN set -eux; \ apk add --no-cache --virtual .postgresql-rundeps \ $runDeps \ bash \ + nss_wrapper \ su-exec \ tzdata \ zstd \