geerlingguy / ansible-role-docker_arm

Ansible Role - Docker for ARM and Pi
MIT License
98 stars 29 forks source link

add install_recommends: no, fixes #11 #12

Closed jtcmedia closed 4 years ago

jtcmedia commented 4 years ago

Added install_recommends: no based on information from https://github.com/raspberrypi/linux/issues/3021.

geerlingguy commented 4 years ago

I haven't seen this issue on my own Pis, and I'm testing between 32/64-bit Pi OS. When do you run into problems with the current default?

At a minimum, I'd rather this be a configurable option (like docker_arm_install_recommends: yes) so the default is preserved and users can choose.