mirror of
https://gitlab.com/skobkin/docker-murmur.git
synced 2024-10-31 17:23:32 +00:00
Dockerfile edited online with Bitbucket
This commit is contained in:
parent
eb2d7d58f4
commit
555958b829
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue