Skip to content

Commit

Permalink
install swig 3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Feb 23, 2018
1 parent 50125a5 commit fb95294
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/shogun-sdk/Dockerfile
Expand Up @@ -46,3 +46,7 @@ RUN cd /tmp;\
cd build;\
cmake ../;\
make install;

ADD https://launchpad.net/~timsc/+archive/ubuntu/swig-3.0.12/+files/swig3.0_3.0.12-ppa0-xenial1_amd64.deb /tmp/
RUN cd /tmp;\
dpkg -i swig3.0_3.0.12-ppa0-xenial1_amd64.deb;

0 comments on commit fb95294

Please sign in to comment.