Skip to content

Commit

Permalink
Test docker build with composer 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed Feb 13, 2024
1 parent b96f75d commit a0a10f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ RUN composer install --no-interaction --no-suggest --no-dev --no-scripts && \
COPY --chown=82:82 . /var/www/packagist/

RUN ls -la / && \
printenv
printenv && \
echo "--- cgroup test --" && \
cat /proc/1/cgroup


RUN composer run-script auto-scripts && \
mkdir var/composer var/zipball && \
Expand Down

0 comments on commit a0a10f9

Please sign in to comment.