We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab6d019 + 1d16216 commit adb7a75Copy full SHA for adb7a75
Dockerfile
@@ -2,7 +2,7 @@ FROM ruby:2.7.7
2
3
RUN sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
4
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
+RUN apt-get update -qq && apt-get install -y nodejs postgresql-client-14 telnet vim zip cron graphviz wget
6
7
RUN mkdir /app
8
WORKDIR /app
0 commit comments