edbizarro / gitlab-ci-pipeline-php

:coffee: Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
https://hub.docker.com/r/edbizarro/gitlab-ci-pipeline-php
MIT License
529 stars 167 forks source link

Soap extension #2

Closed RamonSmit closed 7 years ago

RamonSmit commented 7 years ago

Hi There,

How can I install the soap extension on this image? I'm getting the following error from Composer: hiddeco/transip v5.4 requires ext-soap * -> the requested PHP extension soap is missing from your system.

Cheers, Ramon 🍺

edbizarro commented 7 years ago

Hi @RamonSmit

Which tag?

RamonSmit commented 7 years ago

Hi @edbizarro ,

I'm on 7.1, latest

edbizarro commented 7 years ago

the soap extension was included, please update your local image (docker pull), :)

RamonSmit commented 7 years ago

Hmm, maybe a idiotic question, but how do I pull on Gitlab CI?

edbizarro commented 7 years ago

the gitlab-runner pulls the newest version of the image before running the build

edbizarro commented 7 years ago

just retry the failed job and should work fine

RamonSmit commented 7 years ago

I shall try now 👍