FROM php:7.3-apache RUN apt-get update && \ apt-get install -y libzip-dev zlib1g-dev && \ docker-php-ext-install zip ...
確定! 回上一頁