mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
fix: Bench initialization with ERPNext v12 on frappe/bench (#613)
This commit is contained in:
parent
e665b014ca
commit
adaa753d89
@ -13,6 +13,9 @@ RUN apt-get update \
|
||||
postgresql-client \
|
||||
gettext-base \
|
||||
wget \
|
||||
# for ERPNext v12
|
||||
# TODO: Remove after v12 is deprecated
|
||||
python2 \
|
||||
# for PDF
|
||||
libssl-dev \
|
||||
fonts-cantarell \
|
||||
|
Loading…
Reference in New Issue
Block a user