mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
13 lines
294 B
Docker
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
|