ksieren 2 年之前
父節點
當前提交
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