fix(build_cache_image): correct missing flag

!251
This commit is contained in:
2024-04-24 10:32:51 +09:30
parent 25146e7586
commit 061475fced

View File

@ -46,7 +46,7 @@ RUN which ldconfig
# && rm libc-bin_*.deb # && rm libc-bin_*.deb
# Should re-install without issue # Should re-install without issue
RUN apt-get install --reinstall \ RUN apt-get install -y --reinstall \
libc-bin libc-bin
# EoF fixing dpkg ldconfig not found error # EoF fixing dpkg ldconfig not found error
# Set Locale to en_US as ansible requires a locale for it to function without chucking a tantrum!! # Set Locale to en_US as ansible requires a locale for it to function without chucking a tantrum!!