Skip to content

Commit cd72ea9

Browse files
committed
fix menu
1 parent 207e15d commit cd72ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian-jwm/bullseye/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VOLUME ["/sys/fs/cgroup", "/run", "/run/lock"]
66

77
# update system & install packages
88
RUN apt-get update && apt-get -y upgrade; \
9-
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install systemd-sysv jwm xinit xserver-xorg dbus-x11 policykit-1-gnome \
9+
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install systemd-sysv jwm menu xinit xserver-xorg dbus-x11 policykit-1-gnome \
1010
locales libxml2-utils sudo nano vim-tiny less alsa-utils pciutils usbutils procps psmisc net-tools iproute2 iputils-ping wget curl htop
1111

1212
# clean up

debian-jwm/buster/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VOLUME ["/sys/fs/cgroup", "/run", "/run/lock"]
66

77
# update system & install packages
88
RUN apt-get update && apt-get -y upgrade; \
9-
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install systemd-sysv jwm xinit xserver-xorg dbus-x11 policykit-1-gnome \
9+
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install systemd-sysv jwm menu xinit xserver-xorg dbus-x11 policykit-1-gnome \
1010
locales libxml2-utils sudo nano vim-tiny less alsa-utils pciutils usbutils procps psmisc net-tools iproute2 iputils-ping wget curl htop
1111

1212
# clean up

0 commit comments

Comments
 (0)