Use the -p option which makes parents as needed.

This commit is contained in:
Mark Gaiser 2020-06-11 17:11:10 +02:00
parent 66beefe5c9
commit 643699e2e8

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,