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:
parent
8634460315
commit
c04edf8b6b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user