mirror of https://github.com/nucypher/nucypher.git
deploy/build updates
parent
72c6bd5295
commit
196f5619d6
|
@ -9,6 +9,7 @@ recursive-exclude * __pycache__
|
|||
global-exclude *.py[cod]
|
||||
|
||||
recursive-include nucypher/blockchain/eth/contract_registry *.json *.md
|
||||
recursive-include nucypher/policy/conditions *.json
|
||||
prune nucypher/blockchain/eth/contract_registry/historical
|
||||
recursive-include nucypher/network/templates *.html *.mako
|
||||
recursive-include nucypher/utilities/templates *.html *.mako
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.8.12-slim
|
||||
FROM nucypher/rust-python:3.8.12
|
||||
|
||||
# Update
|
||||
RUN apt-get update -y && apt upgrade -y
|
||||
|
|
Loading…
Reference in New Issue