Skip to content

Commit 6051409

Browse files
committed
fix(ci): add php ctype extension
1 parent b006710 commit 6051409

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
119119
release:
120120
docker:
121-
- image: dadish/processgraphql-primary:0.4.1
121+
- image: dadish/processgraphql-primary:0.6.0
122122
auth:
123123
username: $DOCKERHUB_USERNAME
124124
password: $DOCKERHUB_PASSWORD

.circleci/images/primary/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apk add \
1818
php7-mysqli \
1919
php7-xmlwriter \
2020
php7-xml \
21+
php7-ctype \
2122
composer
2223

2324
ENTRYPOINT ["echo", "Started!"]

0 commit comments

Comments
 (0)