Skip to content

Commit

Permalink
removing yum install
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrsenkow committed Jan 15, 2025
1 parent f62495f commit ad4c8f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ FROM base AS builder
RUN dnf install -y python3-devel postgresql-devel gcc libpq-devel && \
dnf clean all

RUN yum install postgresql postgresql-devel python-devel

RUN pip install "psycopg2-binary>=2.8.2,<2.9.0"

USER gen3
Expand Down

0 comments on commit ad4c8f2

Please sign in to comment.