From d9821f7cada4cb3fb40ee78f3bb538b0d3c3d116 Mon Sep 17 00:00:00 2001 From: cartersocha Date: Fri, 15 Jul 2022 13:23:48 -0700 Subject: [PATCH] update bug --- src/currencyservice/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/currencyservice/Dockerfile b/src/currencyservice/Dockerfile index b6f7b42268..af18848e19 100644 --- a/src/currencyservice/Dockerfile +++ b/src/currencyservice/Dockerfile @@ -10,6 +10,8 @@ RUN apt-get install -qq -y --ignore-missing \ pkg-config \ protobuf-compiler \ libprotobuf-dev \ + libcurl4-openssl-dev \ + nlohmann-json3-dev \ cmake # The following arguments would be passed from docker-compose.yml