build: release to stable #114

Merged
jon_nfc merged 54 commits from development into master 2023-07-04 07:04:27 +00:00
4 changed files with 15 additions and 15 deletions
Showing only changes of commit 6a10873507 - Show all commits

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