Skip to content

Commit c933871

Browse files
committed
add less and e3 to the image
e3 is a tiny editor and less is a convenient pager. Both are essential for investigation/debugging and configuring work. Additional footprint is just 414 Kb. Signed-off-by: Ed Bartosh <[email protected]>
1 parent 45ed3d2 commit c933871

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN clean-install \
4545
apt-transport-https ca-certificates curl software-properties-common gnupg2 lsb-release \
4646
systemd systemd-sysv libsystemd0 \
4747
conntrack iptables iproute2 ethtool socat util-linux mount ebtables udev kmod aufs-tools \
48-
bash rsync \
48+
bash rsync less e3 \
4949
&& find /lib/systemd/system/sysinit.target.wants/ -name "systemd-tmpfiles-setup.service" -delete \
5050
&& rm -f /lib/systemd/system/multi-user.target.wants/* \
5151
&& rm -f /etc/systemd/system/*.wants/* \

0 commit comments

Comments
 (0)