mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Added libmagic
This commit is contained in:
parent
7404bcadee
commit
ef8ca386f0
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ RUN apt-get update \
|
|||
zlib1g-dev \
|
||||
# For psycopg2
|
||||
libpq-dev \
|
||||
# For attachments-s3
|
||||
libmagic-dev \
|
||||
# For arm64 python wheel builds
|
||||
&& if [ "$(uname -m)" = "aarch64" ]; then \
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
|
|
|||
Loading…
Reference in a new issue