Skip to content

Commit

Permalink
gparted update: procps and usage (#467)
Browse files Browse the repository at this point in the history
* update gparted: added procps

* update gparted: example command
  • Loading branch information
masseybradley authored and jessfraz committed Apr 4, 2019
1 parent 70013dd commit 4c0d8fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gparted/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#

Expand All @@ -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/*

Expand Down

0 comments on commit 4c0d8fa

Please sign in to comment.