From 0e48f76d76717f070a49ff13d8ba0b846d1c950b Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Thu, 6 Nov 2014 13:12:42 +0100 Subject: [PATCH] gdb --- rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Dockerfile b/rust/Dockerfile index 9bec7c4..123ec2f 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Johannes Schickling "schickling.j@gmail.com" ENV triple x86_64-unknown-linux-gnu # install curl (needed to install rust) -RUN apt-get update && apt-get install -y curl g++-multilib lib32stdc++6 +RUN apt-get update && apt-get install -y curl gdb g++-multilib lib32stdc++6 # install rust RUN curl -sL https://static.rust-lang.org/dist/rust-nightly-$triple.tar.gz | tar xvz -C /tmp