Skip to content

Commit

Permalink
Merge pull request #4185 from karlnapf/feature/swig3012
Browse files Browse the repository at this point in the history
install swig 3.0.12
  • Loading branch information
vigsterkr committed Feb 23, 2018
2 parents 297f9a0 + 952fe2f commit 50125a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/shogun-sdk/Dockerfile
@@ -1,6 +1,9 @@
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 Down

0 comments on commit 50125a5

Please sign in to comment.