summaryrefslogtreecommitdiffstats
path: root/docker/bottleneck-compose/yardstick/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/bottleneck-compose/yardstick/Dockerfile')
-rw-r--r--docker/bottleneck-compose/yardstick/Dockerfile12
1 files changed, 0 insertions, 12 deletions
diff --git a/docker/bottleneck-compose/yardstick/Dockerfile b/docker/bottleneck-compose/yardstick/Dockerfile
deleted file mode 100644
index e7e44f0d..00000000
--- a/docker/bottleneck-compose/yardstick/Dockerfile
+++ /dev/null
@@ -1,12 +0,0 @@
-FROM opnfv/yardstick:latest
-
-USER root
-
-RUN apt-get update && apt-get install -y \
- openssh-server
-
-# Create dir to put yardstick configure file
-RUN mkdir /var/run/sshd
-
-EXPOSE 22
-CMD ["/usr/sbin/sshd", "-D"]