add dependencies to dockerfile

This commit is contained in:
Francesco Grazioso 2024-04-12 14:22:38 +01:00
parent fff7a25809
commit 31bf704ac8

View File

@ -11,7 +11,9 @@ RUN apt-get update && apt-get install -y \
build-essential \ build-essential \
libssl-dev \ libssl-dev \
libffi-dev \ libffi-dev \
python3-dev python3-dev \
libxml2-dev \
libxslt1-dev
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt