Skip to content

Commit

Permalink
test: fix upstream database switch (#10593)
Browse files Browse the repository at this point in the history
close #3353
  • Loading branch information
okJiang authored Feb 27, 2024
1 parent a288b36 commit d36cc29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dm/tests/upstream_switch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ARG version
FROM mysql:${version}-debian

# https://github.com/docker-library/mysql/issues/1016#issuecomment-1857280082
RUN rm /etc/apt/sources.list.d/mysql.list
RUN apt-get update && apt-get -y install keepalived net-tools

ADD init.sh /init.sh
Expand Down

0 comments on commit d36cc29

Please sign in to comment.