Skip to content

Commit

Permalink
Added Dockerfile with working build environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xc0decafe committed Apr 20, 2018
1 parent bb8d6d5 commit 5f9e784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions docker/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM ubuntu:16.04
RUN apt-get -y update && apt-get install -y erlang rebar make gcc libpcap-dev wget
CMD wget https://raw.githubusercontent.com/ernw/ss7MAPer/master/prepare_n_build.sh && rm -rf /usr/lib/erlang/man && sh prepare_n_build.sh && tar -xvjf /ss7MAPer-trunk_ubuntu16.04_x64.tar.bz2 /ss7MAPer/rel/ss7MAPer

0 comments on commit 5f9e784

Please sign in to comment.