mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-03 04:28:31 +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 \
|
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…
x
Reference in New Issue
Block a user