Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoteun authored Jul 11, 2023
1 parent a4ef137 commit eeb7e22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.10-slim-bullseye

RUN apt-get clean
RUN apt-get update
Expand All @@ -12,8 +12,7 @@ RUN apt-get install -y wget
RUN echo "deb http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
RUN apt-get update
RUN apt-get install libpq5, libssl1.1
RUN apt-get install -y postgresql-client-14
RUN apt-get install -y postgresql-client-15

WORKDIR /app

Expand Down

0 comments on commit eeb7e22

Please sign in to comment.