Skip to content

Commit

Permalink
python3-devel postgresql-devel gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Nov 8, 2024
1 parent cbd124a commit a618457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN chown -R gen3:gen3 /$appname
# Builder stage
FROM base AS builder

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

USER gen3

Expand Down

0 comments on commit a618457

Please sign in to comment.