2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01:00
This commit is contained in:
kev
2015-07-17 12:37:59 +08:00
parent c481df3982
commit cb7e77328f

View File

@@ -36,5 +36,6 @@ RUN curl -sSL ${PIWIK_URL} -o ${PIWIK_FILE} \
&& rm ${PIWIK_FILE} \ && rm ${PIWIK_FILE} \
&& curl -sS https://getcomposer.org/installer | php \ && curl -sS https://getcomposer.org/installer | php \
&& php composer.phar install \ && php composer.phar install \
&& echo "always_populate_raw_post_data=-1" >> /usr/local/etc/php/php.ini \
&& chown -R www-data:www-data . && chown -R www-data:www-data .