remove itunes

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2016-02-04 11:33:11 -08:00
parent 4cfa607079
commit d999505121
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -1,19 +0,0 @@
# Run itunes windows app in a container with wine
#
# docker run --rm -it \
# -v /etc/localtime:/etc/localtime:ro \
# --cpuset-cpus 0 \
# -v /tmp/.X11-unix:/tmp/.X11-unix \
# -e DISPLAY=unix$DISPLAY \
# --device /dev/snd:/dev/snd \
# --name itunes \
# jess/itunes bash
#
FROM jess/wine
MAINTAINER Jessie Frazelle <jess@linux.com>
ADD https://jesss.s3.amazonaws.com/binaries/iTunesSetup.exe /usr/src/iTunesSetup.exe
RUN echo "wine /usr/src/iTunesSetup.exe" > /root/.bash_history
CMD [ "bash" ]