FROM  alpine:3.7
COPY install.sh install.sh
COPY install-db.sh install-db.sh
RUN ./install.sh && ./install-db.sh
