Skip to content

Commit 9031c9c

Browse files
committed
kea: install mysql-client for schema migration
1 parent 4752f39 commit 9031c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kea/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ RUN apt-get update \
6363
ruby \
6464
iproute2 \
6565
kea \
66+
mysql-client \
6667
&& apt-get clean && rm -rf /var/lib/apt/lists/*
6768

6869
COPY --from=build-healthz /app/bin/healthz /app/healthzd

0 commit comments

Comments
 (0)