Skip to content

Commit 1d16216

Browse files
committed
downgrade postgres client
1 parent 60e7fcb commit 1d16216

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
@@ -2,7 +2,7 @@ FROM ruby:2.7.7
22

33
RUN sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
44
RUN wget --no-check-certificate --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
5-
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client telnet vim zip cron graphviz wget
5+
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client-14 telnet vim zip cron graphviz wget
66

77
RUN mkdir /app
88
WORKDIR /app

0 commit comments

Comments
 (0)