2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-13 00:36:26 +00:00

Add make to worker build deps for linux/arm64

This commit is contained in:
Lev Vereshchagin 2021-12-21 15:35:53 +03:00
parent f24c278123
commit e772614c35

View File

@ -33,6 +33,8 @@ RUN apt-get update \
# because they won't be included in final images.
gcc \
g++ \
# Make is required to build wheels of ERPNext deps in develop branch for linux/arm64
make \
&& rm -rf /var/lib/apt/lists/*
USER frappe