From a7bc855c85f6bd817581a241c3958ca4dbca3b2c Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Thu, 6 Nov 2014 12:49:20 +0100 Subject: [PATCH] g++-multilib lib32stdc++6 --- rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Dockerfile b/rust/Dockerfile index 48a6b02..07fb8e8 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 +RUN apt-get update && apt-get install -y curl g++-multilib lib32stdc++6 # install rust & cargo RUN curl -L https://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz | tar xvz -C /opt/rust