We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fad0ba commit 8a9d817Copy full SHA for 8a9d817
Dockerfile
@@ -11,6 +11,8 @@ RUN chown -R gen3:gen3 /${appname}
11
# Builder stage
12
FROM base AS builder
13
14
+RUN dnf install -y python3-devel postgresql-devel gcc
15
+
16
USER gen3
17
18
COPY poetry.lock pyproject.toml /${appname}/
0 commit comments