fix empty continuation line docker error
I believe this is actually a bug in docker but it's easier to fix it ourselves here. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Dec 14, 2017 at 08:26 UTC
a7acb77889326a2044eb7fd777650d71822ee590
1 file changed
+1
-2
Dockerfile.fast
+1
-2
@@ -44,8 +44,7 @@ RUN set -x \
44
&& cd /tmp \
45
&& wget -q -O tini https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini \
46
&& chmod +x tini \
47
- # Install them
48
- && mv su-exec/su-exec tini /sbin/
47
+ && mv su-exec/su-exec tini /sbin/ # Install them
48
49
# Ports for Swarm TCP, Swarm uTP, API, Gateway, Swarm Websockets
50
EXPOSE 4001