Update Telegram
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user