Skip to content

Commit 424fce4

Browse files
committed
Add gnuplot to the dockerfile to allow the fuzzware-experiment aggregation scripts to run out of the box in docker
1 parent 793931e commit 424fce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from ubuntu:18.04
22
env LANG=C.UTF-8 LC_ALL=C.UTF-8
3-
run apt-get update && apt-get upgrade -y && apt-get install -y python python3 python3-pip automake tmux redis wget autoconf sudo htop cmake clang vim unzip git binutils-arm-none-eabi
3+
run apt-get update && apt-get upgrade -y && apt-get install -y python python3 python3-pip automake tmux redis wget autoconf sudo htop cmake clang vim unzip git binutils-arm-none-eabi gnuplot
44
run pip3 install virtualenv virtualenvwrapper cython setuptools
55

66
arg USER_ID

0 commit comments

Comments
 (0)