From f586ce5ac4247866b69e0f5bf82548f9b73953d2 Mon Sep 17 00:00:00 2001
From: Oliver Wiese <oliver.wiese@fu-berlin.de>
Date: Wed, 24 Jun 2020 09:45:01 +0200
Subject: [PATCH] update docker file

---
 testing/Dockerfile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/testing/Dockerfile b/testing/Dockerfile
index 3523449..db72693 100755
--- a/testing/Dockerfile
+++ b/testing/Dockerfile
@@ -7,6 +7,11 @@ RUN apt-get update && apt-get install -y python3.7 \
 RUN apt-get update && apt-get install -y unzip
 RUN apt-get update && apt-get install -y build-essential
 
+RUN apt-get update && apt-get install -y libsodium23 libsodium-dev
+
+RUN pip3 install --upgrade pip && \
+	pip3 install --pre scapy[basic]
+
 WORKDIR /usr/test
 
 COPY bibifiTests.py .
-- 
GitLab