Compare commits
No commits in common. "86a52a6f52a198285a28b33925ae75caf1abaa14" and "8f1a608c66b2a0bddd484c6c794c74436b9f5818" have entirely different histories.
86a52a6f52
...
8f1a608c66
|
@ -45,8 +45,8 @@ From: ubuntu:22.04
|
|||
|
||||
# Download resources
|
||||
cd /build
|
||||
wget "https://github.com/wireshark/wireshark/archive/refs/tags/v{{ WS_VER }}.tar.gz" \
|
||||
-nv -O "wireshark-{{ WS_VER }}.tar.xz"
|
||||
wget "http://www.mobileinsight.net/wireshark-{{ WS_VER }}-rbc-dissector.tar.xz" -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,7 +7,6 @@ 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