rdesktop
Remote Desktop Protocol client. It can be used to connect the remote computer using the RDP protocol. More information: <https://manned.org/rdesktop>.
RUN apt-get update && \
apt-get install -y rdesktop
RUN apt-get update && \
apt-get install -y rdesktop
RUN apk add rdesktop
RUN pacman -S --noconfirm rdesktop
RUN apt-get update && \
apt-get install -y rdesktop
RUN yum install -y rdesktop
RUN dnf install -y rdesktop
RUN apt-get update && \
apt-get install -y rdesktop