Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

php7 intl

sergey_smiyan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 12, 2018

How install extension intl for bitbucket-pipelines with php7.1. 
I tried this config, but I got error 


image: php:7.1.1

definitions:
caches:
bundler: vendor

pipelines:
default:
- step:
caches:
- composer
script:
- cat /etc/*-release

- apt-get update && apt-get install php7-intl

 

apt-get update && apt-get install php7-intl26s+ apt-get update && apt-get install php7-intl

...

Reading state information...

E: Unable to locate package php7-intl

1 answer

0 votes
sergey_smiyan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 12, 2018

I found a good solution

replace this

image: php:7.1.1

for this

image: edbizarro/bitbucket-pipelines-php7

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events