Skip to content

Commit f516b5d

Browse files
author
Mrunal Patel
authored
Merge pull request #1022 from hqhq/add_privileged_for_dbuild
Add privileged to make dbuild
2 parents 710a660 + aeba315 commit f516b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $(RUNC_LINK):
6464
ln -sfn $(CURDIR) $(RUNC_LINK)
6565

6666
dbuild: runcimage
67-
docker run --name=$(RUNC_INSTANCE) $(RUNC_IMAGE) make
67+
docker run --name=$(RUNC_INSTANCE) --privileged $(RUNC_IMAGE) make
6868
docker cp $(RUNC_INSTANCE):$(RUNC_BUILD_PATH) .
6969
docker rm $(RUNC_INSTANCE)
7070

0 commit comments

Comments
 (0)