Dockerfile edited online with Bitbucket

This commit is contained in:
Alexey Eschenko 2019-04-11 00:27:59 +00:00
parent eb2d7d58f4
commit 555958b829
1 changed files with 1 additions and 1 deletions

View File

@ -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 \