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 \