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 c331d06 commit fc14846Copy full SHA for fc14846
.docker/prod.Dockerfile
@@ -19,8 +19,7 @@ RUN apt-get update && \
19
apt-get remove --purge --auto-remove -y && \
20
rm -rf /var/lib/apt/lists/*
21
22
-RUN python3 -m pip install --upgrade --break-system-packages pip && \
23
- python3 -m pip install --break-system-packages poetry
+RUN python3 -m pip install --break-system-packages poetry
24
25
RUN rm -rf dist && poetry build -f wheel
26
@@ -45,6 +44,7 @@ RUN apt-get update && \
45
44
python3 \
46
python3-pip \
47
tini \
+ adduser \
48
python3-dev && \
49
50
0 commit comments