Closed ghost closed 4 years ago
The following dependencies should be removed from the Dockerfile.
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.
The following dependencies should be removed from the
Dockerfile
.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.