From f340d8d4b73e4aa038afff8830b6d58a51a73566 Mon Sep 17 00:00:00 2001 From: Lev Date: Tue, 9 Nov 2021 12:52:30 +0300 Subject: [PATCH] fix(frappe-nginx): Get newest certificates --- build/frappe-nginx/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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