mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
fix(frappe-nginx): install python2 for v12 builds
This commit is contained in:
parent
8634460315
commit
c04edf8b6b
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ RUN apt-get update \
|
||||||
git \
|
git \
|
||||||
build-essential \
|
build-essential \
|
||||||
wget \
|
wget \
|
||||||
|
# python2 for version-12 builds
|
||||||
|
python2 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install nvm with node and yarn
|
# Install nvm with node and yarn
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue