From 33ccd59f2cfb2d8db77d2df41b8a59c02f64d2e8 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Tue, 7 Jan 2020 20:24:24 +0100 Subject: [PATCH] Fix missing permissions on docker socket --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 451f522..c6dd417 100644 --- a/Makefile +++ b/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)" \