forked from 0xc0decafe/ss7MAPer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Dockerfile with working build environment.
- Loading branch information
1 parent
bb8d6d5
commit 5f9e784
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |