Docker image with v8 compiled reached almost 5GB. What am I doing wrong?
问题 Sorry, this is my first time using docker so there may be chances that I'm using the wrong term. Basically, I need to use this image as the base of our project, however, when I try to build our project using docker-compose it takes quite a long time build which I suspect is because of the file size of the image. Is there anything I can do to reduce the file size down to 500MB? Here is what I have in the image's docker file. FROM php:7.2-apache-buster ENV V8_VERSION=7.4.288.21 RUN apt-get