Add break-system-packages until we packaged this better.
This commit is contained in:
parent
00c5d880fc
commit
cb33a57b16
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN apk --no-cache add \
|
|||
netcat-openbsd \
|
||||
python3 \
|
||||
py3-pip \
|
||||
&& python3 -m pip install certbot-dns-ovh
|
||||
&& python3 -m pip install --break-system-packages certbot-dns-ovh
|
||||
|
||||
RUN mkdir -p /etc/periodic/12h
|
||||
COPY start.sh certbot-ovh.sh /usr/local/bin/
|
||||
|
|
Loading…
Reference in a new issue