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 347512b commit 3c859c0Copy full SHA for 3c859c0
testing/Dockerfile
@@ -5,5 +5,5 @@ FROM alpine:3.15
5
# Install test dependencies
6
RUN set -ex; \
7
\
8
- apk add --no-cache --update mariadb-client bash \
+ apk add --no-cache --update mariadb-client mariadb-connector-c bash \
9
py3-html5lib py3-pytest py3-mechanize
0 commit comments