From 80d45593a2f50b0b1f35ace21c0fec00e12dac5f Mon Sep 17 00:00:00 2001 From: v Date: Sun, 27 Oct 2024 22:50:16 +0100 Subject: [PATCH] symlink zcash params --- containers/tzc-tezos/Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containers/tzc-tezos/Containerfile b/containers/tzc-tezos/Containerfile index bd4a7b6..7ccb635 100644 --- a/containers/tzc-tezos/Containerfile +++ b/containers/tzc-tezos/Containerfile @@ -40,6 +40,8 @@ RUN echo $PROTOCOLS ADD tools/cleanup-protocols.lua /tmp/cleanup-protocols.lua RUN eli /tmp/cleanup-protocols.lua && rm /tmp/cleanup-protocols.lua +RUN ln -s /home/tezos/.zcash-params /usr/local/share/zcash-params + USER root ENTRYPOINT [ "ascend" ] CMD ["parisbox"] \ No newline at end of file