Rafael Calleja commited on
Commit
811b3d3
·
1 Parent(s): d724875
Files changed (1) hide show
  1. Makefile +2 -1
Makefile CHANGED
@@ -35,7 +35,8 @@ show-cron:
35
 
36
  build:
37
  docker run -it --rm --privileged -e BUILDKITD_FLAGS="--allow-insecure-entitlement security.insecure" \
38
- -v $(CURRENT_DIR):/tmp/work \
 
39
  --entrypoint buildctl-daemonless.sh \
40
  moby/buildkit:master \
41
  build \
 
35
 
36
  build:
37
  docker run -it --rm --privileged -e BUILDKITD_FLAGS="--allow-insecure-entitlement security.insecure" \
38
+ --volume $(CURRENT_DIR):/tmp/work \
39
+ --volume "$${HOME}/.docker:/root/.docker:ro" \
40
  --entrypoint buildctl-daemonless.sh \
41
  moby/buildkit:master \
42
  build \