Compare commits
No commits in common. "98194ed52ccfacde34bf4e5d7de7f945433ce407" and "452413c3d1516d0c61371940bcbb9117b2f5b6f5" have entirely different histories.
98194ed52c
...
452413c3d1
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.20.0 as base
|
||||
FROM alpine:3.19.1 as base
|
||||
ARG TARGETARCH
|
||||
|
||||
FROM base AS base-amd64
|
||||
@ -59,7 +59,7 @@ RUN python3 -m venv /app/certbot/ && /app/certbot/bin/pip install --upgrade pip
|
||||
#Added additional pip steps to fix cython 3.0.0 issue - https://github.com/yaml/pyyaml/issues/601
|
||||
COPY requirements.txt /app/certbot/requirements.txt
|
||||
RUN apk add --no-cache --virtual .deps gcc python3-dev libc-dev libffi-dev && \
|
||||
/app/certbot/bin/pip install wheel setuptools && \
|
||||
/app/certbot/bin/pip install wheel && \
|
||||
/app/certbot/bin/pip install "Cython<3.0" pyyaml --no-build-isolation && \
|
||||
/app/certbot/bin/pip install -r /app/certbot/requirements.txt && \
|
||||
ln -s /app/certbot/bin/certbot /usr/bin/certbot &&\
|
||||
|
Loading…
x
Reference in New Issue
Block a user