1
0
mirror of https://bitbucket.org/shim_/docker-teamspeak.git synced 2018-10-04 01:51:57 +02:00

fix copy&paste error

This commit is contained in:
shim_ 2016-06-07 23:14:28 +02:00
parent 415a1080a7
commit 792e717b31

View File

@ -11,7 +11,6 @@ RUN apk update && \
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 chmod +x /usr/bin/dumb-init && \
chmod +r /etc/murmur.conf && \
mkdir -p /tpl
COPY init.sh /usr/bin/init.sh