Files
Jeffrey Townsend 756d26b75f builder9:1.2
- Stretch Update to fix qemu-aarch64.
- Add apt-transport-https
2018-07-19 13:28:08 -07:00

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