mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-07 04:29:17 +01:00
gimp
Signed-off-by: Jessica Frazelle <jess@docker.com>
This commit is contained in:
parent
08064d6f5a
commit
f88dddd4be
8
gimp/Dockerfile
Normal file
8
gimp/Dockerfile
Normal 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" ]
|
Loading…
Reference in New Issue
Block a user