From 96b48d2ee176a0a5457a4cd6f7d5a1476b798b7b Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Fri, 26 Jan 2018 08:12:26 +0800 Subject: [PATCH] Use gcc image for dapper build (#54) --- Dockerfile.dapper | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index 4bac0ec..4fce9ca 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -1,8 +1,8 @@ -FROM ubuntu:16.04 -# FROM arm64=aarch64/ubuntu:16.04 arm=armhf/ubuntu:16.04 +FROM niusmallnan/gcc:7.3.0 +# FROM arm64=arm64v8/gcc:7.2 RUN apt-get update \ - && apt-get install -y build-essential wget libncurses5-dev unzip bc curl python rsync ccache git vim libssl-dev kmod gnupg2 locales + && apt-get install -y ccache vim gnupg2 locales bc kmod # Install dapper RUN curl -sL https://releases.rancher.com/dapper/latest/dapper-$(uname -s)-$(uname -m | sed 's/arm.*/arm/') > /usr/bin/dapper \