diff --git a/gparted/Dockerfile b/gparted/Dockerfile index a436eac..690ed5a 100644 --- a/gparted/Dockerfile +++ b/gparted/Dockerfile @@ -13,6 +13,8 @@ # # docker run -v /tmp/.X11-unix:/tmp/.X11-unix \ # --device=/dev/sda:/dev/sda \ +# --device=/dev/mem:/dev/mem \ +# --cap-add SYS_RAWIO \ # -e DISPLAY=unix$DISPLAY gparted # @@ -25,6 +27,7 @@ RUN apt-get update && apt-get install -y \ dosfstools \ gparted \ libcanberra-gtk-module \ + procps \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/*