diff --git a/api/Dockerfile b/api/Dockerfile index 6098652573..747d5a6f16 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -76,6 +76,8 @@ RUN \ && apt-get update \ # Install dependencies && apt-get install -y --no-install-recommends \ + # for install dependecies served by Git + git \ # basic environment nodejs=${NODE_PACKAGE_VERSION} \ # for gmpy2 \