FROM opennetworklinux/builder8:1.0 MAINTAINER Rob Sherwood RUN apt-get update && apt-get install -y \ libpcap-dev \ telnet \ gdb # # Docker shell and other container tools. # COPY docker_shell /bin/docker_shell COPY container-id /bin/container-id