From 78c04856e8919ef62bf8f17412c694bb778913df Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Mon, 7 Nov 2016 21:44:37 +0700 Subject: [PATCH] Update Docker file add make Former-commit-id: 0c8d5104f80d4e27b292c9c2ce5a9a7b2d3562a9 --- docker/ubuntu/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/ubuntu/Dockerfile b/docker/ubuntu/Dockerfile index 0c8e7d5db..44aefd9bb 100644 --- a/docker/ubuntu/Dockerfile +++ b/docker/ubuntu/Dockerfile @@ -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