mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
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:
parent
5ad9f4d70a
commit
a7acb77889
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user