diff --git a/deploy/docker/Dockerfile b/deploy/docker/Dockerfile index abee4e9d0..bd61f8857 100644 --- a/deploy/docker/Dockerfile +++ b/deploy/docker/Dockerfile @@ -8,7 +8,7 @@ COPY . /code RUN pip3 install .[ursula] RUN pip3 install --force-reinstall nucypher-core@git+https://github.com/KPrasch/nucypher-core.git@b2a56784f41e89b702e74c14a56f461c9b8a233f#subdirectory=nucypher-core-python -RUN pip3 install --force-reinstall ferveo@git+https://github.com/nucypher/ferveo.git@2a69e64965c9825765c305c0e6ae7f168af26900#subdirectory=ferveo-python +RUN pip3 install --force-reinstall ferveo@git+https://github.com/KPrasch/ferveo.git@7a5c5fc8be49894c0affd0da32b80e29e6e1ee8e#subdirectory=ferveo-python RUN export PATH="$HOME/.local/bin:$PATH" CMD ["/bin/bash"]