ksieren 2 anni fa
parent
commit
d6422f01e5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

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