sourceboat/docker-laravel

Idea: remove Chrome from Dockerfile

Closed this issue · 0 comments

The following dependencies should be removed from the Dockerfile.

        xvfb \
        chromium@3.9 \
        chromium-chromedriver@3.9 \

This should make the image about 200mb smaller. Those dependencies should be installed where its needed, like in a Test Stage of a CI/CD Pipeline.