From bd830fc575919fd3c8f58b90139bec0dab80b077 Mon Sep 17 00:00:00 2001 From: Halbe Bruno Date: Sat, 6 Dec 2025 10:37:07 -0300 Subject: [PATCH] Update Telegram --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71babaf..da9f383 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y \ libpng-dev \ libonig-dev \ libxml2-dev \ + libcurl4-openssl-dev \ zip \ unzip \ whois @@ -15,7 +16,7 @@ RUN apt-get update && apt-get install -y \ RUN apt-get clean && rm -rf /var/lib/apt/lists/* # Install PHP extensions -RUN docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd +RUN docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd curl # Enable Apache mod_rewrite RUN a2enmod rewrite