$ docker images | grep flutter-web
flutter-web-docker-image eab35e3e-master a6e26ee2cf74 16 minutes ago 1.53GB
flutter-web-docker-image 1cd35f7d-master c1d14989a2a7 3 weeks ago 1.47GB
I'd like to understand what layer added more files... I'm sure it's the apt-get install, but I'd like to know which dirs contributed to the change of almost 100MB
I reverted a commit and the new image has more files than the previous one.
Problem
Verification
flutter-web-app-old
is the same as current because the Dockerfile hasn't changed its linesPossible problem
There's also the
apt-get install
which has some libraries without versions