We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0820740 commit 95ae567Copy full SHA for 95ae567
riak/Makefile
@@ -24,7 +24,7 @@ lib/jiffy.tgz: Dockerfile
24
mkdir -p lib
25
echo "Building jiffy"
26
$(call build_image,Dockerfile,riak_libs_build)
27
- docker run -i --rm -u $$(id -u):$$(id -g) -v $(CURDIR):/temp -w /temp --ulimit nofile=262144:262144 riak_libs_build:$(VERSION) cp /build/jiffy.tgz ./lib/.
+ docker run -i --rm -u $$(id -u):$$(id -g) -v "$(CURDIR)":/temp -w /temp --ulimit nofile=262144:262144 riak_libs_build:$(VERSION) cp /build/jiffy.tgz ./lib/.
28
29
image: Dockerfile-riak \
30
lib/jiffy.tgz \
0 commit comments