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 e8cab74 commit 356fd37Copy full SHA for 356fd37
Dockerfile
@@ -1,7 +1,7 @@
1
FROM ubuntu:18.04
2
3
RUN apt-get update \
4
- && apt-get install -y curl gnupg2 \
+ && apt-get install -y curl gnupg2 zlib1g-dev \
5
&& echo "deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
6
&& curl -sL https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
7
&& apt-get update \
0 commit comments