Skip to content

Commit 8a9d817

Browse files
committed
updating image to include gcc, python, and postgres devel packages
1 parent 1fad0ba commit 8a9d817

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ RUN chown -R gen3:gen3 /${appname}
1111
# Builder stage
1212
FROM base AS builder
1313

14+
RUN dnf install -y python3-devel postgresql-devel gcc
15+
1416
USER gen3
1517

1618
COPY poetry.lock pyproject.toml /${appname}/

0 commit comments

Comments
 (0)