POSCA docker-compose adapting
[bottlenecks.git] / docker / bottleneck-compose / bottlenecks / Dockerfile
diff --git a/docker/bottleneck-compose/bottlenecks/Dockerfile b/docker/bottleneck-compose/bottlenecks/Dockerfile
new file mode 100644 (file)
index 0000000..5c79331
--- /dev/null
@@ -0,0 +1,10 @@
+FROM opnfv/bottlenecks:stable
+
+USER root
+
+RUN apt-get update && apt-get install -y \
+    openssh-server
+
+RUN mkdir /var/run/sshd
+EXPOSE 22
+CMD ["/usr/sbin/sshd", "-D"]