Skip to content

Commit

Permalink
move swig upgrade after package installation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Feb 23, 2018
1 parent fb95294 commit 60b70b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions configs/shogun-sdk/Dockerfile
@@ -1,9 +1,6 @@
FROM debian:stretch
MAINTAINER shogun@shogun-toolbox.org

RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 8A9CA30DB3C431E3
RUN echo "deb http://ppa.launchpad.net/timsc/swig-3.0.12/ubuntu xenial main" | tee -a /etc/apt/sources.list

RUN apt-get update -qq && apt-get upgrade -y && \
apt-get install -qq --force-yes --no-install-recommends make gcc g++ \
libc6-dev libbz2-dev libjson-c-dev ccache libarpack2-dev libatlas-base-dev \
Expand All @@ -16,6 +13,10 @@ RUN apt-get update -qq && apt-get upgrade -y && \
exuberant-ctags clang-format-3.8 libcereal-dev libcolpack-dev lcov \
protobuf-compiler libprotobuf-dev scala googletest

RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 8A9CA30DB3C431E3
RUN echo "deb http://ppa.launchpad.net/timsc/swig-3.0.12/ubuntu xenial main" | tee -a /etc/apt/sources.list
RUN apt-get update -qq && apt-get upgrade -y

RUN pip install sphinx ply sphinxcontrib-bibtex sphinx_bootstrap_theme codecov
RUN gem install narray
RUN cd /usr/bin && ln -s swig3.0 swig && ln -s ccache-swig3.0 ccache-swig
Expand Down

0 comments on commit 60b70b2

Please sign in to comment.