File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,12 @@ RUN apt-get -y install \
24
24
libmysqlclient-dev \
25
25
libfreetype6 \
26
26
libjpeg-dev \
27
+ postgresql-client \
27
28
sqlite \
28
29
netcat \
29
30
telnet \
30
31
lsb-release
31
32
32
- # https://www.postgresql.org/download/linux/ubuntu/
33
- # Use PostgreSQL client 12 from official PostgreSQL Ubuntu's repository to avoid this WARNING
34
- # WARNING: psql major version 10, server major version 12.
35
- # Some psql features might not work.
36
- # TODO: remove this when upgrading to Ubuntu 20.04 LTS
37
- RUN sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
38
- RUN curl -s https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
39
- RUN apt-get -y update
40
- RUN apt-get -y install postgresql-client-12
41
-
42
33
# Uncomment en_US.UTF-8 locale and generate it
43
34
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
44
35
locale-gen
You can’t perform that action at this time.
0 commit comments