2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

fix(frappe-nginx): install python2 for v12 builds

This commit is contained in:
Revant Nandgaonkar 2021-11-18 23:54:22 +05:30
parent 8634460315
commit c04edf8b6b

View File

@ -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