@ -36,10 +36,10 @@ RUN apt update \
|
|||||||
&& cd /tmp \
|
&& cd /tmp \
|
||||||
&& apt-get download \
|
&& apt-get download \
|
||||||
libc-bin \
|
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/ \
|
&& cp /tmp/deb/sbin/ldconfig /sbin/ \
|
||||||
&& rm -Rf /tmp/deb \
|
&& rm -Rf /tmp/deb \
|
||||||
&& rm libc-bin_*.deb \
|
&& rm $(ls | grep libc-bin_ | grep -a '.deb') \
|
||||||
&& apt-get install --reinstall \
|
&& apt-get install --reinstall \
|
||||||
libc-bin \
|
libc-bin \
|
||||||
# EoF fixing dpkg ldconfig not found error
|
# EoF fixing dpkg ldconfig not found error
|
||||||
|
Reference in New Issue
Block a user