Skip to content

Commit 7bc9c0d

Browse files
author
Jonathan Azoff
committed
Upgrade to 9.6.10 and install plperl
1 parent 8c54819 commit 7bc9c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM postgres:9.6
1+
FROM postgres:9.6.10
22

33
# install git-lfs
44
RUN set -x \
55
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates curl ssh wget \
66
&& curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \
7-
&& apt-get install -y --no-install-recommends git-lfs \
7+
&& apt-get install -y --no-install-recommends git-lfs postgresql-plperl-9.6 \
88
&& rm -rf /var/lib/apt/lists/*
99

1010
# install jq 1.5

0 commit comments

Comments
 (0)