From 60286e68e6f0a8e4f7c04a89e07cb1e2a102209d Mon Sep 17 00:00:00 2001 From: shimunn Date: Sun, 8 Sep 2019 21:23:11 +0200 Subject: [PATCH] - qt-myql dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43b6d8e..fdfe711 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest RUN apk update && \ - apk add --no-cache murmur qt-mysql netcat-openbsd wget bash + apk add --no-cache murmur netcat-openbsd 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