Skip to content

Commit 356fd37

Browse files
committed
Docker: install zlib
1 parent e8cab74 commit 356fd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22

33
RUN apt-get update \
4-
&& apt-get install -y curl gnupg2 \
4+
&& apt-get install -y curl gnupg2 zlib1g-dev \
55
&& echo "deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
66
&& curl -sL https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
77
&& apt-get update \

0 commit comments

Comments
 (0)