diff --git a/Dockerfile b/Dockerfile index a376ccc54..c92c32319 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM rootproject/root as base SHELL ["/bin/bash", "-c"] -RUN apt-get install -o Acquire::Update::Update=false -y \ +RUN apt-get install -y \ git libyaml-cpp-dev nlohmann-json3-dev ENV WORK_DIR /home/work