We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34cad7d commit 16f15f6Copy full SHA for 16f15f6
Dockerfile
@@ -1,5 +1,6 @@
1
FROM python:3.11-alpine as builder
2
3
+RUN apk update && apk upgrade --no-cache libcrypto3 libssl3
4
RUN pip install poetry
5
6
WORKDIR /app
@@ -14,6 +15,8 @@ RUN poetry install --no-interaction --no-ansi --no-cache --only main
14
15
16
FROM python:3.11-alpine as server
17
18
19
+
20
21
22
# Copy the sources and virtual env. No poetry.
0 commit comments