deploy/build updates

pull/2960/head
DAMON CIARELLI 2022-08-15 13:40:16 -07:00 committed by Kieran Prasch
parent 72c6bd5295
commit 196f5619d6
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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