update docker
This commit is contained in:
parent
81beaf1094
commit
c476e7da31
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user