FROM ubuntu:latest
RUN dpkg --add-architecture i386 \
&& echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections \
&& apt-get update \
&& apt-get install --assume-yes wine
ENV DISPLAY :0