Install mysql client too
This commit is contained in:
parent
ea59567e19
commit
ec2df12bdb
@ -6,4 +6,6 @@ COPY . ${WORKDIR}
|
|||||||
|
|
||||||
COPY sbin/* /sbin/
|
COPY sbin/* /sbin/
|
||||||
|
|
||||||
|
RUN apt install -qq -y default-mysql-client
|
||||||
|
|
||||||
ENTRYPOINT ["/sbin/entrypoint.sh"]
|
ENTRYPOINT ["/sbin/entrypoint.sh"]
|
||||||
|
Reference in New Issue
Block a user