chore: add libtinfo-dev and libgnutls-dev to Dockerfile apt dependencies

This commit is contained in:
retoor 2025-04-12 22:16:03 +00:00
parent 606bc27834
commit 844a5875fb

View File

@ -15,7 +15,9 @@ RUN apt-get update -y && \
libssl-dev \
libjson-c-dev \
libsqlite3-dev \
python3-dev \
libtinfo-dev \
libgnutls-dev \
&& apt-get install -y python3-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*