mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
convert all spaces to tabs, lets see what breaks
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
# Run gimp in a contianer
|
||||
#
|
||||
# docker run -d \
|
||||
# -v /etc/localtime:/etc/localtime:ro \
|
||||
# -v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||
# -e DISPLAY=unix$DISPLAY \
|
||||
# -v $HOME/Pictures:/root/Pictures \
|
||||
# --name gimp \
|
||||
# jess/gimp
|
||||
# -v /etc/localtime:/etc/localtime:ro \
|
||||
# -v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||
# -e DISPLAY=unix$DISPLAY \
|
||||
# -v $HOME/Pictures:/root/Pictures \
|
||||
# --name gimp \
|
||||
# jess/gimp
|
||||
#
|
||||
FROM debian:jessie
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
gimp \
|
||||
--no-install-recommends
|
||||
gimp \
|
||||
--no-install-recommends
|
||||
|
||||
ENTRYPOINT [ "gimp" ]
|
||||
|
||||
Reference in New Issue
Block a user