mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
stress
This commit is contained in:
parent
e5c92f1340
commit
ac1bdd43b3
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…
Reference in New Issue
Block a user