提交 a7acb778 作者: Steven Allen

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: 's avatarSteven Allen <steven@stebalien.com>
上级 5ad9f4d7
...@@ -44,8 +44,7 @@ RUN set -x \ ...@@ -44,8 +44,7 @@ RUN set -x \
&& cd /tmp \ && cd /tmp \
&& wget -q -O tini https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini \ && wget -q -O tini https://github.com/krallin/tini/releases/download/$TINI_VERSION/tini \
&& chmod +x tini \ && chmod +x tini \
# Install them && mv su-exec/su-exec tini /sbin/ # Install them
&& mv su-exec/su-exec tini /sbin/
# Ports for Swarm TCP, Swarm uTP, API, Gateway, Swarm Websockets # Ports for Swarm TCP, Swarm uTP, API, Gateway, Swarm Websockets
EXPOSE 4001 EXPOSE 4001
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论