mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add imagemagick
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
parent
9f5f0a4e9f
commit
b7107f2be9
8
imagemagick/Dockerfile
Normal file
8
imagemagick/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM debian:sid
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
imagemagick \
|
||||
--no-install-recommends
|
||||
|
||||
ENTRYPOINT [ "imagemagick" ]
|
Loading…
Reference in New Issue
Block a user