Add SQLite3 package to test docker container (#730)

[ROCm/rocprofiler-compute commit: 25f21715bc]
This commit is contained in:
vedithal-amd
2025-06-06 14:55:32 -04:00
committed by GitHub
parent 243aa68712
commit 32d6be5d77
@@ -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