Fix missing permissions on docker socket

This commit is contained in:
Jakob Lechner 2020-01-07 20:24:24 +01:00
parent 564a2c48d2
commit 33ccd59f2c

View file

@ -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)" \