Added libmagic

This commit is contained in:
Rakshit Menpara 2022-02-01 13:11:56 +05:30 committed by GitHub
parent 7404bcadee
commit ef8ca386f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \