From: Tom Trahan <t...@shippable.com> --- /** Email created from pull request 231 (ttrahan:master) ** https://github.com/Linaro/odp/pull/231 ** Patch: https://github.com/Linaro/odp/pull/231.patch ** Base sha: ec0c3145fcafa09ae3a79875e7e07dd4794583cc ** Merge commit sha: 8f4186ef21cc545334b1ebc56df86388b163ecc2 **/ Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Dockerfile b/Dockerfile index 0a511b09d..ab879c102 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,18 +5,18 @@ RUN if $(sudo update-alternatives --list gcc); \ fi RUN sudo apt-get update && sudo apt-get install -yy \ - gcc-4.8 \ - clang-3.8 \ - automake \ autoconf \ + automake \ ccache \ + clang-3.8 \ + gcc-4.8 \ graphviz \ kmod \ + mscgen \ libpcap-dev \ libssl-dev \ libtool \ linux-headers-`uname -r` \ - mscgen \ ruby-dev RUN sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 10