Dockerfile 172 B

123456789
  1. FROM i386/alpine:latest
  2. RUN apk --no-cache add wine freetype msttcorefonts-installer fontconfig \
  3. && update-ms-fonts \
  4. && fc-cache -f
  5. ENV DISPLAY :0
  6. ENTRYPOINT ["wine"]