Skip to content

Commit

Permalink
Use the -p option which makes parents as needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
markg85 committed Jun 11, 2020
1 parent 66beefe commit 643699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 643699e

Please sign in to comment.