Add break-system-packages until we package this better.
This commit is contained in:
parent
b2cc69304c
commit
84a4f11f52
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN apk --no-cache add \
|
||||||
py3-yaml \
|
py3-yaml \
|
||||||
py3-click \
|
py3-click \
|
||||||
py3-dnspython \
|
py3-dnspython \
|
||||||
&& python3 -m pip install \
|
&& python3 -m pip install --break-system-packages \
|
||||||
ovh \
|
ovh \
|
||||||
schema
|
schema
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue