-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ ADD voting_schemes/electionguard/python-wrapper /code/voting_schemes/electiongua | |
RUN cd /code && make build_electionguard_python_wrapper | ||
|
||
# This stage builds the pyodide packages for the previous python packages | ||
FROM codegram/electionguard-pyodide-base-packages:0.0.2 as python-to-js-builder | ||
FROM codegram/electionguard-pyodide-base-packages:0.0.3 as python-to-js-builder | ||
LABEL author="[email protected]" | ||
|
||
ENV PYODIDE_PACKAGES "electionguard,bulletin_board-electionguard" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ ADD voting_schemes/electionguard/python-wrapper /code/voting_schemes/electiongua | |
RUN cd /code && make build_electionguard_python_wrapper | ||
|
||
# This stage builds the pyodide packages for the previous python packages | ||
FROM codegram/electionguard-pyodide-base-packages:0.0.2 as python-to-js-builder | ||
FROM codegram/electionguard-pyodide-base-packages:0.0.3 as python-to-js-builder | ||
LABEL author="[email protected]" | ||
|
||
ENV PYODIDE_PACKAGES "electionguard,bulletin_board-electionguard" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM iodide/pyodide:0.17.0a2 | ||
FROM codegram/pyodide:latest | ||
LABEL author="[email protected]" | ||
|
||
ENV PYODIDE_PACKAGES "pyasn1,libgmp,gmpy2,micropip,attrs,sortedcontainers,hypothesis,jsons,typish,rsa" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters