We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4371d3 commit 4b9b5b9Copy full SHA for 4b9b5b9
docker/dockerfile.python-mariadb
@@ -10,4 +10,5 @@ WORKDIR /code
10
RUN curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | bash
11
RUN apt install -y --no-install-recommends libmariadb-dev sqlite3
12
RUN apt clean
13
+RUN cp /usr/lib/x86_64-linux-gnu/pkgconfig/libmariadb.pc /usr/lib/x86_64-linux-gnu/pkgconfig/mariadb.pc
14
RUN /venv/bin/pip install mariadb pytest-mysql duckdb apsw aiosqlite
0 commit comments