Skip to content

Commit

Permalink
fix(ci): add php ctype extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dadish committed Jul 27, 2022
1 parent b006710 commit 6051409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
release:
docker:
- image: dadish/processgraphql-primary:0.4.1
- image: dadish/processgraphql-primary:0.6.0
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down
1 change: 1 addition & 0 deletions .circleci/images/primary/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apk add \
php7-mysqli \
php7-xmlwriter \
php7-xml \
php7-ctype \
composer

ENTRYPOINT ["echo", "Started!"]

0 comments on commit 6051409

Please sign in to comment.