forked from EvergreenCrypto/docker-finance
client: Dockerfiles: ubuntu: fix botan dependency
- The library is needed, not the utility binary - Fixes `root` loading errors about missing headers
This commit is contained in:
@@ -62,9 +62,9 @@ RUN echo "export PATH=\"\$PATH::/usr/local/src/root/bin\"" | tee -a ~/.bash_alia
|
|||||||
# docker-finance
|
# docker-finance
|
||||||
USER root
|
USER root
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
botan \
|
|
||||||
googletest \
|
googletest \
|
||||||
libbenchmark-dev \
|
libbenchmark-dev \
|
||||||
|
libbotan-2-dev \
|
||||||
libcrypto++-dev \
|
libcrypto++-dev \
|
||||||
libsodium-dev
|
libsodium-dev
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user