add curl pkg
This commit is contained in:
@@ -13,7 +13,8 @@ ENV WEBSERVER_PORT=8080
|
||||
|
||||
COPY start-container.sh /usr/local/bin/start-container
|
||||
|
||||
RUN docker-php-ext-install ctype curl dom fileinfo filter hash mbstring openssl pcre pdo session tokenizer xml \
|
||||
RUN apk add --no-cache curl \
|
||||
&& docker-php-ext-install ctype curl dom fileinfo filter hash mbstring openssl pcre pdo session tokenizer xml \
|
||||
&& chmod +x /usr/local/bin/start-container \
|
||||
&& echo "install composer" \
|
||||
&& curl -o composer-setup.php https://getcomposer.org/installer \
|
||||
|
||||
Reference in New Issue
Block a user