Compare commits

..

2 Commits

2 changed files with 3 additions and 2 deletions

View File

@ -45,8 +45,8 @@ From: ubuntu:22.04
# Download resources # Download resources
cd /build cd /build
wget "http://www.mobileinsight.net/wireshark-{{ WS_VER }}-rbc-dissector.tar.xz" -nv \ wget "https://github.com/wireshark/wireshark/archive/refs/tags/v{{ WS_VER }}.tar.gz" \
-O "wireshark-{{ WS_VER }}.tar.xz" -nv -O "wireshark-{{ WS_VER }}.tar.xz"
tar -xf "wireshark-{{ WS_VER }}.tar.xz" tar -xf "wireshark-{{ WS_VER }}.tar.xz"
git clone "https://github.com/mobile-insight/mobileinsight-core.git" git clone "https://github.com/mobile-insight/mobileinsight-core.git"
git -C mobileinsight-core checkout "{{ MI_COMMIT }}" git -C mobileinsight-core checkout "{{ MI_COMMIT }}"

View File

@ -7,6 +7,7 @@ From: mobileinsight.sif
apt-get update apt-get update
apt-get upgrade -y apt-get upgrade -y
apt-get install -y \ apt-get install -y \
python3-pandas \
openjdk-8-jre-headless \ openjdk-8-jre-headless \
scala scala
pip3 install pyspark==3.5.1 pip3 install pyspark==3.5.1