Add SQLite3 package to test docker container (#730)

This commit is contained in:
vedithal-amd
2025-06-06 14:55:32 -04:00
gecommit door GitHub
bovenliggende d756aeb3fd
commit 25f21715bc
+1 -1
Bestand weergeven
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
RUN git config --global --add safe.directory /app
# Install Python 3.10 and pip
RUN apt-get install -y python3.10 python3.10-venv python3.10-dev python3-pip
RUN apt-get install -y python3.10 python3.10-venv python3.10-dev python3-pip libsqlite3-dev
# Set Python 3.10 as the default python3
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1