Install mysql client too

This commit is contained in:
Luke Murphy
2020-03-22 17:24:02 +01:00
parent ea59567e19
commit ec2df12bdb

View File

@ -6,4 +6,6 @@ COPY . ${WORKDIR}
COPY sbin/* /sbin/
RUN apt install -qq -y default-mysql-client
ENTRYPOINT ["/sbin/entrypoint.sh"]