mirror of https://github.com/nucypher/nucypher.git
[temporary] Using nucypher-core from git
Replace with dependency relock when it is published.pull/2832/head
parent
e5620c3155
commit
99f7f6d38a
|
@ -2,7 +2,7 @@ FROM python:3.8.7-slim
|
|||
|
||||
# Update
|
||||
RUN apt update -y && apt upgrade -y
|
||||
RUN apt install patch gcc libffi-dev wget -y
|
||||
RUN apt install patch gcc libffi-dev wget git -y
|
||||
|
||||
WORKDIR /code
|
||||
COPY . /code
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM python:3.8.7-slim
|
|||
|
||||
# Update
|
||||
RUN apt update -y && apt upgrade -y
|
||||
RUN apt install patch gcc libffi-dev wget -y
|
||||
RUN apt install patch gcc libffi-dev wget git -y
|
||||
|
||||
WORKDIR /code
|
||||
COPY . /code
|
||||
|
|
|
@ -104,3 +104,4 @@ web3==5.12.3
|
|||
websockets==8.1; python_full_version >= '3.6.1'
|
||||
werkzeug==2.0.1; python_version >= '3.6'
|
||||
zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
nucypher_core @ git+https://github.com/nucypher/nucypher-core.git#subdirectory=nucypher-core-python
|
||||
|
|
Loading…
Reference in New Issue