Dockerfile64 240 B

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