FROM alpine:3.8
RUN apk --update --no-cache add mariadb mariadb-client
COPY start.sh /start.sh
EXPOSE 3306
CMD ./start.sh