diff --git a/Dockerfile b/Dockerfile index ea2a47e..15f958e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest RUN apk update && \ - apk add --no-cache wget murmur bash + apk add --no-cache murmur qt-mysql wget bash RUN wget --no-check-certificate -O /usr/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.0.1/dumb-init_1.0.1_amd64 COPY murmur.conf /etc/murmur.conf