Files
OpenNetworkLinux/docker/images/builder8/1.4/Dockerfile
2016-07-21 09:39:39 -07:00

23 lines
524 B
Docker

############################################################
#
# Update with ONIE build dependencies.
#
############################################################
FROM opennetworklinux/builder8:1.3
MAINTAINER Jeffrey Townsend <jeffrey.townsend@bigswitch.com>
RUN apt-get update && apt-get install -y \
stgit \
gperf \
gawk \
automake \
libexpat1-dev \
libtool-bin \
xorriso
#
# Docker shell and other container tools.
#
COPY docker_shell /bin/docker_shell
COPY container-id /bin/container-id