Signed-off-by: Jessica Frazelle <jess@docker.com>
This commit is contained in:
Jessica Frazelle 2015-04-03 00:41:24 -07:00
parent 08064d6f5a
commit f88dddd4be

8
gimp/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM debian:jessie
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
gimp \
--no-install-recommends
ENTRYPOINT [ "gimp" ]