update docker

This commit is contained in:
debris 2016-03-14 18:25:05 +01:00
parent 81beaf1094
commit c476e7da31

View File

@ -3,11 +3,10 @@ FROM ubuntu:14.04
# install tools and dependencies # install tools and dependencies
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
gcc \ g++ \
curl \ curl \
git \ git \
# add-apt-repository make
software-properties-common
# install multirust # install multirust
RUN curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes RUN curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes