Add missing Debian build dependencies for Python 3 dependencies (#16)

ARM processor differences
This commit is contained in:
Josh Dick 2022-11-20 13:45:50 -05:00 committed by GitHub
parent 8f6db1a1e3
commit f0cf584c56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
FROM python:3.11.0-slim-buster
RUN apt-get update && apt-get -y install libpq-dev python3-dev build-essential
RUN apt-get update && apt-get -y install libpq-dev libxml2-dev libxslt1-dev zlib1g-dev python3-dev build-essential
COPY requirements.txt requirements.txt