vmware-checkvm
Check if the current host is a VMware VM or not. More information: <https://manned.org/vmware-checkvm>.
RUN apt-get update && \
apt-get install -y open-vm-tools
RUN apt-get update && \
apt-get install -y open-vm-tools
RUN apk add open-vm-tools
RUN pacman -S --noconfirm open-vm-tools
RUN apt-get update && \
apt-get install -y open-vm-tools
RUN yum install -y open-vm-tools
RUN dnf install -y open-vm-tools