sourceboat / docker-laravel

A highly opinionated docker image which aims to be perfectly suited to run our Laravel applications.
MIT License
11 stars 2 forks source link

Idea: remove Chrome from Dockerfile #24

Closed ghost closed 4 years ago

ghost commented 4 years ago

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.