ed
The original Unix text editor. See also: awk, sed. More information: <https://www.gnu.org/software/ed/manual/ed_manual.html>.
RUN apt-get update && \
apt-get install -y ed
RUN apt-get update && \
apt-get install -y ed
RUN apk add ed
RUN pacman -S --noconfirm ed
RUN apt-get update && \
apt-get install -y ed
RUN yum install -y ed
RUN dnf install -y ed
RUN apt-get update && \
apt-get install -y ed