From cc09715a6873e040c9a4c849c733b6c86f20acd2 Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Thu, 6 Nov 2014 12:31:39 +0100 Subject: [PATCH] make --- rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Dockerfile b/rust/Dockerfile index 2cabae5..6e2321c 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -2,7 +2,7 @@ FROM debian:wheezy MAINTAINER Johannes Schickling "schickling.j@gmail.com" # install curl (needed to install rust) -RUN apt-get update && apt-get install -y curl gdb +RUN apt-get update && apt-get install -y curl gdb gcc make # install rust & cargo RUN curl -s https://static.rust-lang.org/rustup.sh | sh