Skip to content

Commit

Permalink
enable git tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStorz committed Feb 15, 2024
1 parent 0f8286e commit dd5b2bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ ARG PHP_INI=php.ini
FROM composer:1.10.19 as dependencies
COPY composer.* /app/
WORKDIR /app
RUN git config --global http.version HTTP/1.1
RUN git config --global --unset http.proxy
RUN GIT_TRACE_PACKET=1 GIT_TRACE=2 GIT_CURL_VERBOSE=1
RUN composer install --no-interaction --ignore-platform-reqs --no-scripts --prefer-dist

FROM php:7.4.14-fpm
Expand Down

0 comments on commit dd5b2bc

Please sign in to comment.