diff --git a/docker/ubuntu-stable/Dockerfile b/docker/ubuntu-stable/Dockerfile index 2a8ee3da8..54c920295 100644 --- a/docker/ubuntu-stable/Dockerfile +++ b/docker/ubuntu-stable/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