Fix missing permissions on docker socket
This commit is contained in:
parent
564a2c48d2
commit
33ccd59f2c
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -67,7 +67,6 @@ images/debian-buster.squashfs: images
|
|||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v "${PWD}:${PWD}" \
|
||||
-w "${PWD}" \
|
||||
-u `id -u`:`id -g` \
|
||||
-e "IMAGES=${PWD}/images" \
|
||||
-e "ANNOUNCE=$(ANNOUNCE)" \
|
||||
-e "WEBSEED=$(WEBSEED)" \
|
||||
|
|
@ -82,7 +81,6 @@ images/debian-buster.torrent: images
|
|||
--rm \
|
||||
-v "${PWD}:${PWD}" \
|
||||
-w "${PWD}" \
|
||||
-u `id -u`:`id -g` \
|
||||
-e "ANNOUNCE=$(ANNOUNCE)" \
|
||||
-e "WEBSEED=$(WEBSEED)" \
|
||||
"$(DOCKER_IMAGE_BUILDER)" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue