mirror of
https://github.com/chillout2k/ExOTA-Milter.git
synced 2025-12-12 18:00:19 +00:00
Merge pull request #53 from chillout2k/chillout2k-patch-1
Update Dockerfile (pip)
This commit is contained in:
commit
6a4c93ed76
@ -1,4 +1,4 @@
|
|||||||
ARG PARENT_IMAGE=alpine:3.16
|
ARG PARENT_IMAGE=alpine:3.21
|
||||||
FROM ${PARENT_IMAGE}
|
FROM ${PARENT_IMAGE}
|
||||||
LABEL maintainer="Dominik Chilla <dominik@zwackl.de>"
|
LABEL maintainer="Dominik Chilla <dominik@zwackl.de>"
|
||||||
LABEL git_repo="https://github.com/chillout2k/exota-milter"
|
LABEL git_repo="https://github.com/chillout2k/exota-milter"
|
||||||
@ -8,7 +8,7 @@ ADD ./requirements.txt /requirements.txt
|
|||||||
RUN apk update \
|
RUN apk update \
|
||||||
&& apk add --no-cache python3 python3-dev py3-pip \
|
&& apk add --no-cache python3 python3-dev py3-pip \
|
||||||
gcc libc-dev libmilter-dev \
|
gcc libc-dev libmilter-dev \
|
||||||
&& pip3 install -r requirements.txt \
|
&& pip3 install -r requirements.txt --break-system-packages \
|
||||||
&& apk del gcc libc-dev libmilter-dev python3-dev py3-pip \
|
&& apk del gcc libc-dev libmilter-dev python3-dev py3-pip \
|
||||||
&& apk add libmilter \
|
&& apk add libmilter \
|
||||||
&& adduser -D exota-milter \
|
&& adduser -D exota-milter \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user