We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37412ac commit 1f49f30Copy full SHA for 1f49f30
apps/postgresql/Dockerfile
@@ -11,6 +11,8 @@ ENV DEBIAN_FRONTEND="noninteractive"
11
RUN set -eux; \
12
apt-get update; \
13
apt-get install -o APT::Keep-Downloaded-Packages="false" -y --no-install-recommends \
14
- make build-essential flex bison perl libreadline-dev libicu-dev; \
+ build-essential make tar gzip bzip2 xz-utils \
15
+ flex bison perl pkg-config libreadline-dev zlib1g-dev libicu-dev \
16
+ libssl-dev gettext; \
17
apt-get clean; \
18
rm -rf /var/lib/apt/lists/*
0 commit comments