mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-25 05:05:39 +02: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…
x
Reference in New Issue
Block a user