From 555958b8291ffddcd72eadae6dd544bc749075c8 Mon Sep 17 00:00:00 2001 From: Alexey Eschenko Date: Thu, 11 Apr 2019 00:27:59 +0000 Subject: [PATCH] Dockerfile edited online with Bitbucket --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 688a853..e570fa1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN set -x \ curl \ && apk add -q --no-cache \ bash shadow tzdata \ - && curl -sSL https://mumble.info/snapshot/murmur-static_x86-${VERSION}snapshot.tar.bz2 -o /tmp/murmur.tar.bz2 \ + && curl -sSL https://mumble.info/snapshot/murmur-static_x86-${VERSION}.tar.bz2 -o /tmp/murmur.tar.bz2 \ && tar -jx -f /tmp/murmur.tar.bz2 --strip-components=1 -C /opt/murmur \ && mkdir -p /ssl \ && mkdir -p /config \