Skip to content

Commit

Permalink
Merge branch 'develop' into 2883-kibana-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 authored Sep 30, 2024
2 parents 5c2a3fd + bf4fd11 commit ae4bc96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdrs-backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.8-slim-buster
FROM python:3.10.8-slim-bullseye
ENV PYTHONUNBUFFERED 1

ARG user=tdpuser
Expand All @@ -17,7 +17,7 @@ RUN apt-get -y upgrade
# Postgres client setup
RUN apt --purge remove postgresql postgresql-* && apt install -y postgresql-common curl ca-certificates && install -d /usr/share/postgresql-common/pgdg && \
curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc && \
sh -c 'echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' && \
sh -c 'echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list' && \
apt -y update && apt install postgresql-client-15 -y
# Install packages:
RUN apt install -y gcc graphviz graphviz-dev libpq-dev python3-dev vim
Expand Down

0 comments on commit ae4bc96

Please sign in to comment.