Compare commits
2 Commits
8f1a608c66
...
86a52a6f52
Author | SHA1 | Date |
---|---|---|
Jack Yu | 86a52a6f52 | |
Jack Yu | c1b65d744e |
|
@ -45,8 +45,8 @@ From: ubuntu:22.04
|
|||
|
||||
# Download resources
|
||||
cd /build
|
||||
wget "http://www.mobileinsight.net/wireshark-{{ WS_VER }}-rbc-dissector.tar.xz" -nv \
|
||||
-O "wireshark-{{ WS_VER }}.tar.xz"
|
||||
wget "https://github.com/wireshark/wireshark/archive/refs/tags/v{{ WS_VER }}.tar.gz" \
|
||||
-nv -O "wireshark-{{ WS_VER }}.tar.xz"
|
||||
tar -xf "wireshark-{{ WS_VER }}.tar.xz"
|
||||
git clone "https://github.com/mobile-insight/mobileinsight-core.git"
|
||||
git -C mobileinsight-core checkout "{{ MI_COMMIT }}"
|
||||
|
|
|
@ -7,6 +7,7 @@ From: mobileinsight.sif
|
|||
apt-get update
|
||||
apt-get upgrade -y
|
||||
apt-get install -y \
|
||||
python3-pandas \
|
||||
openjdk-8-jre-headless \
|
||||
scala
|
||||
pip3 install pyspark==3.5.1
|
||||
|
|
Loading…
Reference in New Issue