From ea7d9674342e59bda38a488405287bc722c27c6c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 18 Mar 2018 00:07:28 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 405903be2..90744ae20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM ubuntu:16.04 RUN apt-get update && apt-get install -y \ - wget patch cpio python unzip rsync bc bzip2 ncurses-dev git make g++ python-matplotlib python-numpy graphviz + wget patch vimp cpio python unzip rsync bc bzip2 ncurses-dev \ + git make g++ python-matplotlib python-numpy graphviz # Get buildroot WORKDIR /build