From d0bc26e7a3021f38ca104d676c758acf4024f0e2 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 29 Apr 2025 13:01:07 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92b3e13..41f9e63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ ARG SHELL_OPTS ARG DEBIAN_FRONTEND ARG PACK_LIST="tar automake autoconf gcc git build-essential checkinstall libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev \ - libc6-dev libbz2-dev libffi-dev wget libtool libshout-dev libmp3lame-dev libxml2-dev pip python3 python3-dev perl perl-dev icecast2" + libc6-dev libbz2-dev libffi-dev wget libtool libshout-dev libmp3lame-dev libxml2-dev pip python3 python3-dev perl perl-dev icecast2 ffmpeg ffmpeg-dev" ENV ENV=~/.profile ENV SHELL="/bin/sh"