fix: issues 25, 23 #211

Merged
jon_nfc merged 16 commits from fix-mysql-shrink-image into development 2024-01-14 17:35:51 +00:00
4 changed files with 85 additions and 51 deletions
Showing only changes of commit b037996a4d - Show all commits

View File

@ -36,10 +36,10 @@ RUN apt update \
&& cd /tmp \
&& apt-get download \
libc-bin \
&& dpkg --extract ./libc-bin_*.deb /tmp/deb \
&& dpkg --extract $(ls | grep libc-bin_ | grep -a '.deb') /tmp/deb \
&& cp /tmp/deb/sbin/ldconfig /sbin/ \
&& rm -Rf /tmp/deb \
&& rm libc-bin_*.deb \
&& rm $(ls | grep libc-bin_ | grep -a '.deb') \
&& apt-get install --reinstall \
libc-bin \
# EoF fixing dpkg ldconfig not found error