From c476e7da3110768aaf6325b50fd001fa270681d4 Mon Sep 17 00:00:00 2001 From: debris Date: Mon, 14 Mar 2016 18:25:05 +0100 Subject: [PATCH] update docker --- docker/ubuntu/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/ubuntu/Dockerfile b/docker/ubuntu/Dockerfile index 3273b816a..141cbdfb0 100644 --- a/docker/ubuntu/Dockerfile +++ b/docker/ubuntu/Dockerfile @@ -3,11 +3,10 @@ FROM ubuntu:14.04 # install tools and dependencies RUN apt-get update && \ apt-get install -y \ - gcc \ + g++ \ curl \ git \ - # add-apt-repository - software-properties-common + make # install multirust RUN curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes