Skip to content

Commit adb7a75

Browse files
authored
Merge pull request #1232 from ctti-clinicaltrials/dev
downgrade postgres client
2 parents ab6d019 + 1d16216 commit adb7a75

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)