add curl pkg
Some checks failed
ci/woodpecker/push/build_alpine Pipeline failed
ci/woodpecker/push/build_ubuntu Pipeline was successful

This commit is contained in:
Ruben Momoa
2024-08-22 11:28:10 +02:00
parent c24604d052
commit 02d97d75aa

View File

@@ -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 \