diff options
author | Daniel <0xc0decafe@users.noreply.github.com> | 2018-04-20 10:38:27 +0200 |
---|---|---|
committer | Daniel <0xc0decafe@users.noreply.github.com> | 2018-04-20 10:38:27 +0200 |
commit | 5f9e784380b0fcb4fc85c96aab3161890388b443 (patch) | |
tree | 89af4af27572c7b3fd4f8158f7ecd443d8bce68e /Dockerfile | |
parent | bb8d6d55e145f81e6276687d11b0952842b99bda (diff) |
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 40ebd71..0000000 --- a/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM ubuntu:16.04 -RUN apt-get -y update && apt-get install -y wget bzip2 libsctp1 && wget -O /tmp/ss7MAPer.tar.bz2 https://github.com/ernw/ss7MAPer/raw/master/releases/ss7MAPer-v0.2_linux_x64.tar.bz2 && tar -xf /tmp/ss7MAPer.tar.bz2 -C / -CMD cd /ss7MAPer && ./bin/ss7MAPer console |