mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
18 lines
497 B
Docker
18 lines
497 B
Docker
############################################################
|
|
#
|
|
# Update Packages for arm64.
|
|
# Additional build dependencies.
|
|
#
|
|
############################################################
|
|
FROM opennetworklinux/builder9:1.1
|
|
MAINTAINER Jeffrey Townsend <jeffrey.townsend@bigswitch.com>
|
|
|
|
RUN apt-get update && \
|
|
apt-get upgrade -y && \
|
|
apt-get install -y apt-transport-https
|
|
|
|
# Docker shell and other container tools.
|
|
#
|
|
COPY docker_shell /bin/docker_shell
|
|
COPY container-id /bin/container-id
|