mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-27 18:25:00 +00:00
23 lines
524 B
Docker
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
|