#tradewind:update

This commit is contained in:
2022-07-12 15:30:48 +08:00
parent 4a4b03836d
commit ddce943c33
5 changed files with 54 additions and 12 deletions

View File

@ -3,6 +3,7 @@ FROM php:7.4-fpm
RUN sed -i "s@http://deb.debian.org@http://mirrors.aliyun.com@g" /etc/apt/sources.list
RUN apt-get update && apt-get install -y \
git \
zip \
unzip \
libpq-dev \