Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStorz committed Feb 15, 2024
1 parent 13d2ef1 commit 0d547b2
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
Expand Up @@ -6,7 +6,7 @@ ARG PHP_INI=php.ini
FROM composer:1.10.19 as dependencies
COPY composer.* /app/
WORKDIR /app
RUN composer install --no-interaction --ignore-platform-reqs --no-scripts --prefer-dist
RUN git config --global http.version HTTP/1.1 && composer install --no-interaction --ignore-platform-reqs --no-scripts --prefer-dist

FROM php:7.4.14-fpm
ARG BUILD_DEBUG
Expand Down

0 comments on commit 0d547b2

Please sign in to comment.