1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-09 13:46:55 +02:00

Merge pull request #2 from vimagick/revert-1-wine

Revert "add wine"
This commit is contained in:
Kev++ 2015-08-14 13:08:53 +08:00
commit 7a64038bc7
2 changed files with 0 additions and 38 deletions

View File

@ -1,25 +0,0 @@
#
# Dockerfile for wine
#
FROM jess/wine
MAINTAINER kev <noreplay@datageek.info>
ADD Songti.ttc /usr/share/fonts/
RUN apt-get update
RUN apt-get install -y locales libfontconfig1 libfreetype6 fontconfig libicu52
RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen
RUN echo 'zh_CN.UTF-8 UTF-8' >> /etc/locale.gen
RUN locale-gen
RUN fc-cache -v -f
RUN useradd -m -s /bin/bash wine
ENV HOME /home/wine
ENV LANG en_US.UTF-8
USER wine
VOLUME $HOME
WORKDIR $HOME
CMD ["bash"]

View File

@ -1,13 +0,0 @@
wine:
build: .
command: wine SpotifySetup.exe
user: wine
volumes:
- .:/home/wine
- /etc/localtime:/etc/localtime:ro
- /tmp/.X11-unix:/tmp/.X11-unix
environment:
- DISPLAY=:0
devices:
- /dev/snd
- /dev/dri