From 792e717b31b2c7609d3fa7a1559cb882e420b05f Mon Sep 17 00:00:00 2001 From: shim_ Date: Tue, 7 Jun 2016 23:14:28 +0200 Subject: [PATCH] fix copy&paste error --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dfc8182..bc2b01c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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