mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-08 19:13:41 +08:00
feat: Improve support for unprivileged hosts (including LXC) (#479)
* * Add fakeroot to extract the dsm system without elevated permissions * Remove obsolete docker variable "DEV" used to exclude extraction of device nodes * feat: Detect unprivileged container * fix: Use fakeroot for mke2fs --------- Co-authored-by: Kroese <kroese@users.noreply.github.com>
This commit is contained in:
@@ -29,6 +29,7 @@ RUN apt-get update && apt-get -y upgrade \
|
||||
iptables \
|
||||
iproute2 \
|
||||
dnsmasq \
|
||||
fakeroot \
|
||||
net-tools \
|
||||
qemu-utils \
|
||||
ca-certificates \
|
||||
|
||||
Reference in New Issue
Block a user