diff --git a/client/Dockerfiles/finance/ubuntu/Dockerfile.root.in b/client/Dockerfiles/finance/ubuntu/Dockerfile.root.in index f6aec55..1fcefe1 100644 --- a/client/Dockerfiles/finance/ubuntu/Dockerfile.root.in +++ b/client/Dockerfiles/finance/ubuntu/Dockerfile.root.in @@ -62,9 +62,9 @@ RUN echo "export PATH=\"\$PATH::/usr/local/src/root/bin\"" | tee -a ~/.bash_alia # docker-finance USER root RUN apt-get install -y \ - botan \ googletest \ libbenchmark-dev \ + libbotan-2-dev \ libcrypto++-dev \ libsodium-dev