6 lines
263 B
Text
6 lines
263 B
Text
FROM alpine
|
|
|
|
RUN apk add --no-cache php7 php7-json php7-phar php7-iconv php7-openssl php7-mbstring php7-xmlreader php7-xmlwriter && \
|
|
wget 'https://getcomposer.org/installer' && \
|
|
php installer && \
|
|
php composer.phar require mstilkerich/carddavclient
|