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