Dockerfile386 233 B

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