1 頁 (共 1 頁)

php intl owncloud

發表於 : 2018-06-23 14:58:51
yehlu
https://github.com/docker-library/php/issues/57

代碼: 選擇全部

RUN apt-get update && apt-get install -y zlib1g-dev libicu-dev g++
RUN docker-php-ext-configure intl
RUN docker-php-ext-install intl