FROM arm64v8/debian:10
MAINTAINER Brad King <brad.king@kitware.com>

COPY install_deps.sh /root/install_deps.sh
RUN sh /root/install_deps.sh
