Update Telegram

This commit is contained in:
2025-12-06 10:37:07 -03:00
parent 986b69cd92
commit bd830fc575

View File

@@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y \
libpng-dev \ libpng-dev \
libonig-dev \ libonig-dev \
libxml2-dev \ libxml2-dev \
libcurl4-openssl-dev \
zip \ zip \
unzip \ unzip \
whois whois
@@ -15,7 +16,7 @@ RUN apt-get update && apt-get install -y \
RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN apt-get clean && rm -rf /var/lib/apt/lists/*
# Install PHP extensions # 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 # Enable Apache mod_rewrite
RUN a2enmod rewrite RUN a2enmod rewrite