Commit fc02e165 authored by xiezhi's avatar xiezhi

fix

parent 32bb51d3
...@@ -4,11 +4,6 @@ FROM php:7.4-cli ...@@ -4,11 +4,6 @@ FROM php:7.4-cli
# 设置工作目录 # 设置工作目录
WORKDIR /app WORKDIR /app
# 安装系统依赖
RUN apt-get update && apt-get install -y \
git \
unzip \
&& rm -rf /var/lib/apt/lists/*
# 安装 Composer # 安装 Composer
COPY --from=composer:2.0 /usr/bin/composer /usr/bin/composer COPY --from=composer:2.0 /usr/bin/composer /usr/bin/composer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment