Bug fix of Bottlenecks can't use CLI
[bottlenecks.git] / docker / bottleneck-compose / bottlenecks / Dockerfile
diff --git a/docker/bottleneck-compose/bottlenecks/Dockerfile b/docker/bottleneck-compose/bottlenecks/Dockerfile
deleted file mode 100644 (file)
index 8e30511..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-FROM opnfv/bottlenecks:latest
-
-USER root
-
-RUN apt-get update && apt-get install -y \
-    openssh-server
-
-RUN mkdir /var/run/sshd
-EXPOSE 22
-CMD ["/usr/sbin/sshd", "-D"]