aboutsummaryrefslogtreecommitdiff
path: root/opal-ci/Dockerfile-ubuntu-12.04
diff options
context:
space:
mode:
Diffstat (limited to 'opal-ci/Dockerfile-ubuntu-12.04')
-rw-r--r--opal-ci/Dockerfile-ubuntu-12.042
1 files changed, 1 insertions, 1 deletions
diff --git a/opal-ci/Dockerfile-ubuntu-12.04 b/opal-ci/Dockerfile-ubuntu-12.04
index 6bb6ded..ee64e92 100644
--- a/opal-ci/Dockerfile-ubuntu-12.04
+++ b/opal-ci/Dockerfile-ubuntu-12.04
@@ -3,7 +3,7 @@ RUN sudo apt-get update -qq
RUN sudo apt-get install -y software-properties-common
RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
RUN sudo apt-get update -qq
-RUN sudo apt-get install -y gcc-4.8 libstdc++6 valgrind expect xterm ccache
+RUN sudo apt-get install -y gcc-4.8 libstdc++6 valgrind expect xterm ccache expect
RUN sudo apt-get install -y gcc-arm-linux-gnueabi gcc-powerpc64le-linux-gnu gcc
RUN sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
RUN sudo apt-get install -y wget curl