Skip to content

Commit

Permalink
Fix missing library issue in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vtemplier committed May 23, 2024
1 parent 8cf7ddf commit ebdaa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebdaa88

Please sign in to comment.