Logo
Explore Help
Sign In
xZero707/dockerfiles
1
0
Fork 0
You've already forked dockerfiles
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-12-09 06:32:41 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
dockerfiles/imagemagick/Dockerfile

8 lines
276 B
Docker
Raw Permalink Normal View History

convert some to alpine Signed-off-by: Jessica Frazelle <princess@docker.com>
2015-07-26 20:46:56 -07:00
FROM alpine:latest
Replaced deprecated MAINTAINER with LABEL (#242) Signed-off-by: Michael Käufl <dockerfiles@c.michael-kaeufl.de>
2017-03-09 18:14:37 +00:00
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
add imagemagick Signed-off-by: Jessica Frazelle <princess@docker.com>
2015-06-04 09:09:35 -07:00
Use `apk --no-cache' on alpine images (#144) This enables us to remove the following patterns that required a `rm -rf /var/cache/apk`: - `apk update` - `apk add --update` - `apk add --update-cache` Supported since alpine 3.3.
2016-06-06 05:40:20 +02:00
RUN apk --no-cache add \
imagemagick
add imagemagick Signed-off-by: Jessica Frazelle <princess@docker.com>
2015-06-04 09:09:35 -07:00
Updated the default command to prompt for a valid Imagemagick command. Signed-off-by: Jeff Nickoloff <jeff@allingeek.com>
2015-07-23 23:14:49 -07:00
CMD [ "echo", "Use one of the following commands [ animate | compare | composite | conjure | convert | display | identify | import | mogrify | montage | stream ]" ]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 49ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API