FROM opennetworklinux/builder8:1.9 MAINTAINER Jeffrey Townsend RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && \ apt-get install linux-perf-4.9 linux-tools-3.16 linux-tools -y # # Docker shell and other container tools. # COPY docker_shell /bin/docker_shell COPY container-id /bin/container-id