Files
2016-02-16 13:25:03 -08:00

13 lines
294 B
Docker

FROM opennetworklinux/builder8:1.0
MAINTAINER Rob Sherwood <rob.sherwood@bigswitch.com>
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