Merge branch 'master' of github.com:jfrazelle/dockerfiles

* 'master' of github.com:jfrazelle/dockerfiles:
  stress
This commit is contained in:
Jessica Frazelle 2014-10-06 19:55:51 -07:00
commit af008ce05e

8
stress/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM debian:jessie
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
stress \
--no-install-recommends
ENTRYPOINT [ "stress" ]