From ebdaa8816ae65c7db34fb99bf71f0f3e3a77d4b1 Mon Sep 17 00:00:00 2001 From: TEMPLIER Vincent 263117 Date: Thu, 23 May 2024 08:51:52 +0000 Subject: [PATCH] Fix missing library issue in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e83ba7b6..8d2d0e9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ RUN apt-get update && apt-get install -y \ wget \ gnuplot \ libopencv-dev \ - python-dev \ python3-dev \ + python-is-python3 \ protobuf-compiler \ libprotoc-dev \ libjsoncpp-dev