Skip to content

Commit 3c859c0

Browse files
committed
Add mariadb-connector-c for support of caching sha2 password method
1 parent 347512b commit 3c859c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ FROM alpine:3.15
55
# Install test dependencies
66
RUN set -ex; \
77
\
8-
apk add --no-cache --update mariadb-client bash \
8+
apk add --no-cache --update mariadb-client mariadb-connector-c bash \
99
py3-html5lib py3-pytest py3-mechanize

0 commit comments

Comments
 (0)