mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
add imagemin
This commit is contained in:
parent
c39d613883
commit
ae3977d6b5
7
imagemin/Dockerfile
Normal file
7
imagemin/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
FROM node
|
||||||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
RUN npm install --global imagemin
|
||||||
|
|
||||||
|
ENTRYPOINT [ "imagemin" ]
|
||||||
|
CMD [ "--help" ]
|
Loading…
Reference in New Issue
Block a user