fix(dockerfile): typo in command

!81
This commit is contained in:
2023-07-01 03:20:56 +00:00
parent 0c05490bd9
commit 6a10873507

View File

@ -32,7 +32,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& dpkg --extract ./libc-bin_*.deb /tmp/deb \
&& cp /tmp/deb/sbin/ldconfig /sbin/ \
&& rm -Rf /tmp/deb \
&& rm libc-bin_*.deb
&& rm libc-bin_*.deb \
&& apt-get install --reinstall \
libc-bin \
# EoF fixing dpkg ldconfig not found error