8e305111bd4019a6c7a34a3ccd26b4d29ae22328
[bottlenecks.git] / docker / bottleneck-compose / bottlenecks / Dockerfile
1 FROM opnfv/bottlenecks:latest
2
3 USER root
4
5 RUN apt-get update && apt-get install -y \
6     openssh-server
7
8 RUN mkdir /var/run/sshd
9 EXPOSE 22
10 CMD ["/usr/sbin/sshd", "-D"]