From cacf389abec1c8ee120809fbc6efe201efd77ec5 Mon Sep 17 00:00:00 2001 From: Rishikanth Chandrasekaran Date: Thu, 17 Oct 2024 11:07:12 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index a4246548..514cabd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,6 +55,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libmad0 \ libid3tag0 \ libboost-all-dev \ + libboost-program-options \ + libboost-filesystem \ + libboost-regex \ curl \ python3 \ python3-pip \