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 \