FROM alpine:latest LABEL maintainer "Jessie Frazelle " RUN apk --no-cache add \ imagemagick CMD [ "echo", "Use one of the following commands [ animate | compare | composite | conjure | convert | display | identify | import | mogrify | montage | stream ]" ]