Use right package manager

This commit is contained in:
Luke Murphy
2020-03-22 17:26:49 +01:00
parent 8308f62820
commit a684216cdd

View File

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