Skip to content

Commit

Permalink
updating image to include gcc, python, and postgres devel packages
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Nov 13, 2024
1 parent 1fad0ba commit 8a9d817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN chown -R gen3:gen3 /${appname}
# Builder stage
FROM base AS builder

RUN dnf install -y python3-devel postgresql-devel gcc

USER gen3

COPY poetry.lock pyproject.toml /${appname}/
Expand Down

0 comments on commit 8a9d817

Please sign in to comment.