Add missing Debian build dependencies for Python 3 dependencies (#16)
ARM processor differences
This commit is contained in:
parent
8f6db1a1e3
commit
f0cf584c56
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue