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>
This commit is contained in:
Steven Allen 2017-12-14 08:26:09 -08:00
parent 5ad9f4d70a
commit a7acb77889

View File

@ -44,8 +44,7 @@ RUN set -x \
&& cd /tmp \
&& wget -q -O tini https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini \
&& chmod +x tini \
# Install them
&& mv su-exec/su-exec tini /sbin/
&& mv su-exec/su-exec tini /sbin/ # Install them
# Ports for Swarm TCP, Swarm uTP, API, Gateway, Swarm Websockets
EXPOSE 4001