1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-03-17 02:38:06 +01:00

9 lines
175 B
Docker
Raw Normal View History

2014-09-23 14:46:54 -07:00
FROM debian:jessie
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
stress \
--no-install-recommends
ENTRYPOINT [ "stress" ]