mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 03:54:21 +01:00
Add secp256k1 deps to dockerfile (#235)
Co-authored-by: Erik Brakke <erik@datasembly.com>
This commit is contained in:
@@ -2,6 +2,10 @@ FROM python:3.9-slim
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y curl python3-dev autoconf g++
|
||||
RUN apt-get install -y libpq-dev
|
||||
|
||||
# Deps for building secp256k1-py
|
||||
RUN apt-get install -y build-essential automake pkg-config libtool libffi-dev
|
||||
|
||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||
ENV PATH="/root/.local/bin:$PATH"
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user