FROM mhart/alpine-node:6.10.1
WORKDIR /root/
RUN apk --update add git && \
git clone https://github.com/etsy/statsd.git && \
cd statsd && git reset --hard v0.7.2 && \
apk del git && \
npm install [email protected] [email protected]
WORKDIR /root/statsd
CMD ["node", "stats.js", "/etc/config.js"]
Content type
Image
Digest
sha256:095727baf…
Size
32.1 MB
Last updated
about 4 years ago
docker pull codeclimate/statsd