diff --git a/build/frappe-nginx/Dockerfile b/build/frappe-nginx/Dockerfile index 5eeb5504..d39170c2 100644 --- a/build/frappe-nginx/Dockerfile +++ b/build/frappe-nginx/Dockerfile @@ -14,10 +14,11 @@ ENV PATH ${NVM_DIR}/versions/node/v${NODE_VERSION}/bin/:${PATH} RUN apt-get update \ && apt-get install --no-install-recommends -y \ - wget \ - python2 \ + ca-certificates \ git \ build-essential \ + wget \ + python2 \ && rm -rf /var/lib/apt/lists/* # Install nvm with node and yarn