FROM i386/ubuntu:latest RUN 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 ENTRYPOINT ["wine"]