mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-12 07:02:47 +02:00
Merge branch 'master' of github.com:jfrazelle/dockerfiles
* 'master' of github.com:jfrazelle/dockerfiles: stress
This commit is contained in:
commit
af008ce05e
8
stress/Dockerfile
Normal file
8
stress/Dockerfile
Normal 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" ]
|
Loading…
x
Reference in New Issue
Block a user