1
0
mirror of https://bitbucket.org/shim_/mumble.git synced 2019-09-08 21:58:51 +02:00

added qt-mysql driver

This commit is contained in:
shim_
2016-05-26 00:24:27 +02:00
committed by Crafter6432
parent 5338603507
commit b155571504

View File

@@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
RUN apk update && \ 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 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 COPY murmur.conf /etc/murmur.conf