update docker

This commit is contained in:
debris 2016-03-14 18:25:05 +01:00
parent 81beaf1094
commit c476e7da31
1 changed files with 2 additions and 3 deletions

View File

@ -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