Use the -p option which makes parents as needed.

This commit is contained in:
Mark Gaiser 2020-06-11 17:11:10 +02:00 committed by Steven Allen
parent 444bb02abb
commit fe2260184e

View File

@ -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,