diff --git a/build/frappe-nginx/Dockerfile b/build/frappe-nginx/Dockerfile index 21e85fc7..69783c9f 100644 --- a/build/frappe-nginx/Dockerfile +++ b/build/frappe-nginx/Dockerfile @@ -17,6 +17,8 @@ RUN apt-get update \ git \ build-essential \ wget \ + # python2 for version-12 builds + python2 \ && rm -rf /var/lib/apt/lists/* # Install nvm with node and yarn