From f91829706d5ca693638c7ce838e71de6421998f3 Mon Sep 17 00:00:00 2001 From: Claude Pageau Date: Tue, 4 Jan 2022 08:52:48 -0600 Subject: [PATCH] change gnuplot to matplotlib since gnuplot no longer being used --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d870e37..35d0970 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime RUN dpkg-reconfigure --frontend noninteractive tzdata # speed camera dependencies -RUN apt-get install -yq python curl wget sudo python-numpy python3-opencv dos2unix python-pil sqlite3 gnuplot python3-gnuplot libgl1-mesa-dri pandoc +RUN apt-get install -yq python curl wget sudo python-numpy python3-opencv dos2unix python-pil sqlite3 python-matplotlib python3-matplotlib libgl1-mesa-dri pandoc # set version and install speed camera ARG SPEED_CAMERA_VER=11.22