mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-14 09:04:06 +00:00
Add make
to worker build deps for linux/arm64
This commit is contained in:
parent
f24c278123
commit
e772614c35
@ -33,6 +33,8 @@ RUN apt-get update \
|
|||||||
# because they won't be included in final images.
|
# because they won't be included in final images.
|
||||||
gcc \
|
gcc \
|
||||||
g++ \
|
g++ \
|
||||||
|
# Make is required to build wheels of ERPNext deps in develop branch for linux/arm64
|
||||||
|
make \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
USER frappe
|
USER frappe
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user