Update Docker file

add make

Former-commit-id: 0c8d5104f80d4e27b292c9c2ce5a9a7b2d3562a9
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-11-07 21:44:37 +07:00 committed by GitHub
parent e49ba9d0ae
commit 78c04856e8

View File

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