Less home code more F3
This commit is contained in:
@@ -27,11 +27,10 @@ RUN apt-get update \
|
||||
libpng-dev \
|
||||
libwebp-dev \
|
||||
libfreetype6-dev \
|
||||
libxml2-dev \
|
||||
libonig-dev \
|
||||
libicu-dev \
|
||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \
|
||||
&& docker-php-ext-install -j"$(nproc)" pdo_sqlite dom gd mbstring opcache intl \
|
||||
&& docker-php-ext-install -j"$(nproc)" pdo_sqlite gd mbstring opcache intl \
|
||||
&& printf 'ServerName localhost\n' > /etc/apache2/conf-available/servername.conf \
|
||||
&& a2enconf servername \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user