wine
Run Windows executables on Unix-based systems. More information: <https://wiki.winehq.org/>.
RUN apt-get update && \
apt-get install -y wine
RUN apt-get update && \
apt-get install -y wine-core
RUN apk add wine
RUN apt-get update && \
apt-get install -y wine-core
RUN dnf install -y wine-core
RUN apt-get update && \
apt-get install -y wine-core