ksieren 2 лет назад
Родитель
Сommit
d6422f01e5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
     wget \
     unzip \
     git \
+    mc \
     && docker-php-ext-configure gd --with-freetype --with-jpeg \
     && docker-php-ext-install -j$(nproc) gd \
     && docker-php-ext-install mysqli pdo pdo_mysql mbstring zip xml opcache soap intl xsl