Update Dockerfile

add make

Former-commit-id: 368aab19954e110c8d249bfca7787c015abfe25b
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-11-07 21:45:22 +07:00 committed by GitHub
parent 78c04856e8
commit 3df2e3358c

View File

@ -7,7 +7,8 @@ RUN apt-get update && \
curl \
git \
file \
binutils
binutils \
make
# install rustup
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y