fix: upload mysql client
This commit is contained in:
@@ -90,6 +90,13 @@ RUN go version
|
||||
COPY ./depends/mc /usr/bin/
|
||||
RUN chmod +x /usr/bin/mc
|
||||
|
||||
###############################################
|
||||
## install mysql client
|
||||
###############################################
|
||||
COPY ./depends/mariadb /usr/bin/mysql
|
||||
COPY ./depends/mariadb-dump /usr/bin/mysqldump
|
||||
RUN chmod +x /usr/bin/mysql /usr/bin/mysqldump
|
||||
|
||||
COPY ./depends/maven-setting.xml /usr/share/maven/conf/settings.xml
|
||||
|
||||
RUN yum -y clean all && rm -rf /var/cache/yum/*
|
||||
RUN yum -y clean all && rm -rf /var/cache/yum/*
|
||||
|
||||
BIN
depends/mariadb
Normal file
BIN
depends/mariadb
Normal file
Binary file not shown.
BIN
depends/mariadb-dump
Normal file
BIN
depends/mariadb-dump
Normal file
Binary file not shown.
Reference in New Issue
Block a user