We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5d758 commit 4127f33Copy full SHA for 4127f33
appdev.rails8.Dockerfile
@@ -59,7 +59,7 @@ WORKDIR /rails-template
59
COPY --chown=student:student Gemfile Gemfile.lock /rails-template/
60
RUN /bin/bash -l -c "bundle config set --local path '/home/student/.bundle' && bundle install" \
61
# Install postgresql 16
62
- && sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt `lsb_release -cs`-pgdg main" > /etc/apt/sources.list.d/pgdg.list' \
+ && sudo sh -c 'echo "deb https://apt-archive.postgresql.org/pub/repos/apt focal-pgdg main" > /etc/apt/sources.list.d/pgdg.list' \
63
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - \
64
&& sudo apt-get update \
65
&& sudo apt-get install -y postgresql-16 postgresql-contrib-16
0 commit comments