Skip to content

Commit

Permalink
Docker - hotfix building docker image (php version 7.2, don't use 7.3)
Browse files Browse the repository at this point in the history
https://travis-ci.org/EdgedesignCZ/phpqa/jobs/527347724#L1916
Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - Installation request for friendsofphp/php-cs-fixer v2.2.20 -> satisfiable by friendsofphp/php-cs-fixer[v2.2.20].
    - friendsofphp/php-cs-fixer v2.2.20 requires php ^5.3.6 || >=7.0 <7.3 -> your PHP version (7.3.4) does not satisfy that requirement.
  • Loading branch information
zdenekdrahos committed May 2, 2019
1 parent 1a69cc7 commit 6ef3519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer
FROM composer:1.8.0

RUN apk add --update libxslt-dev && \
docker-php-ext-install xsl
Expand Down

0 comments on commit 6ef3519

Please sign in to comment.