From 643699e2e81123b4287b558ad53a0bea02dea2fd Mon Sep 17 00:00:00 2001 From: Mark Gaiser Date: Thu, 11 Jun 2020 17:11:10 +0200 Subject: [PATCH] Use the -p option which makes parents as needed. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b210764e3..f8a823b95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ARG IPFS_PLUGINS # Build the thing. # Also: fix getting HEAD commit hash via git rev-parse. RUN cd $SRC_DIR \ - && mkdir .git/objects \ + && mkdir -p .git/objects \ && make build GOTAGS=openssl IPFS_PLUGINS=$IPFS_PLUGINS # Get su-exec, a very minimal tool for dropping privileges,