Skip to content

Commit 3c5192e

Browse files
authored
Add mariadb-connector-c to Dockerfile
1 parent e697c10 commit 3c5192e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

toolbox_extended.multiarch.alpine.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SHELL ["/bin/ash", "-euxo", "pipefail", "-c"]
88
# Database Tools
99
# hadolint ignore=DL3018
1010
RUN apk add --no-cache \
11-
mariadb-client mariadb-backup \
11+
mariadb-client mariadb-backup mariadb-connector-c \
1212
postgresql16-client postgresql17-client postgresql18-client \
1313
mongodb-tools \
1414
mosquitto-clients \
@@ -84,4 +84,4 @@ RUN apk add --no-cache \
8484
echo ">> Storage-Tools installed!"
8585

8686
#USER nobody
87-
#USER user
87+
#USER user

0 commit comments

Comments
 (0)