fix: lib secp256k fails building (#2572)
Co-authored-by: michael1011 <me@michael1011.at>
This commit is contained in:
parent
fe14c2cd83
commit
a00292544f
2 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM python:3.10-slim-bookworm
|
|||
|
||||
RUN apt-get clean
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y curl pkg-config build-essential libnss-myhostname
|
||||
RUN apt-get install -y curl pkg-config build-essential libnss-myhostname automake libtool libffi-dev libgmp-dev
|
||||
|
||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||
ENV PATH="/root/.local/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue