Skip to content
Snippets Groups Projects
Commit 5c2393d1 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

install correct postgresql version

parent f8613f05
No related branches found
No related tags found
No related merge requests found
Pipeline #7409 passed
......@@ -3,7 +3,9 @@ FROM node:19-bullseye as development
ENV NODE_ENV development
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y borgbackup postgresql-client && rm -rf /var/lib/apt/lists/*
RUN echo "deb http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
RUN apt update && apt install -y borgbackup postgresql-client-15 && rm -rf /var/lib/apt/lists/*
ENV DEBIAN_FRONTEND=
RUN npm i -g accent-cli knex nodemon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment