Skip to content
Snippets Groups Projects
Commit f586ce5a authored by Oliver Wiese's avatar Oliver Wiese
Browse files

update docker file

parent 4ecef14f
Branches master
No related tags found
No related merge requests found
......@@ -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 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment