mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
Updated the default command to prompt for a valid Imagemagick command.
Signed-off-by: Jeff Nickoloff <jeff@allingeek.com>
This commit is contained in:
parent
5c00063280
commit
66dcac3b51
|
@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
CMD [ "imagemagick" ]
|
CMD [ "echo", "Use one of the following commands [ animate | compare | composite | conjure | convert | display | identify | import | mogrify | montage | stream ]" ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user