mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update imagemin
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
62dc0174dd
commit
c366103056
|
@ -18,6 +18,6 @@ RUN apk update && apk add \
|
|||
nasm \
|
||||
nodejs \
|
||||
&& rm -rf /var/cache/apk/* \
|
||||
&& npm install --global imagemin
|
||||
&& npm install --global imagemin-cli
|
||||
|
||||
CMD [ "imagemin", "--help" ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user