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 a0a10f9 commit f9fc2e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ RUN composer install --no-interaction --no-suggest --no-dev --no-scripts && \

COPY --chown=82:82 . /var/www/packagist/

RUN ls -la / && \
RUN set -eux; ls -la / && \
printenv && \
echo "--- cgroup test --" && \
cat /proc/1/cgroup
cat /proc/1/cgroup && \
echo "--- mountinfo test --" && \
cat /proc/self/mountinfo


RUN composer run-script auto-scripts && \
Expand Down

0 comments on commit f9fc2e1

Please sign in to comment.