diff --git a/tdlight.arch.ssl1.gnu.dockerfile b/tdlight.arch.ssl1.gnu.dockerfile index 45f1674..3736a5e 100644 --- a/tdlight.arch.ssl1.gnu.dockerfile +++ b/tdlight.arch.ssl1.gnu.dockerfile @@ -42,7 +42,7 @@ if [[ "$NATIVE" != "true" ]]; then ./.docker/SymlinkPrefix.javash "/root/cross-build-pkgs/" "/" "./" fi apt-get --assume-yes -o Dpkg::Options::="--force-overwrite" install --no-install-recommends \ - g++ gcc libstdc++-8-dev zlib1g-dev libssl-dev gperf \ + g++ gcc libstdc++-8-dev zlib1g-dev linux-libc-dev libssl-dev gperf \ tree git maven php-cli php-readline make cmake if [[ "$NATIVE" != "true" ]]; then diff --git a/tdlight.arch.ssl3.gnu.dockerfile b/tdlight.arch.ssl3.gnu.dockerfile index 22e7fe7..d939ac5 100644 --- a/tdlight.arch.ssl3.gnu.dockerfile +++ b/tdlight.arch.ssl3.gnu.dockerfile @@ -44,13 +44,13 @@ if [[ "$NATIVE" != "true" ]]; then ./.docker/SymlinkPrefix.javash "/root/cross-build-pkgs/" "/" "./" fi apt-get --assume-yes -o Dpkg::Options::="--force-overwrite" install --no-install-recommends \ - g++-12 gcc libstdc++-12-dev zlib1g-dev libssl-dev gperf \ + g++-12 gcc libstdc++-12-dev zlib1g-dev linux-libc-dev libssl-dev gperf \ tree git maven php-cli php-readline make cmake if [[ "$NATIVE" != "true" ]]; then apt-get --assume-yes -o Dpkg::Options::="--force-overwrite" install --no-install-recommends \ g++-12-${ARCH_TRIPLE/_/-}-linux-${TRIPLE_GNU} gcc-12-${ARCH_TRIPLE/_/-}-linux-${TRIPLE_GNU} \ - libatomic1-${ARCH_DEBIAN}-cross libc6-dev-${ARCH_DEBIAN}-cross libgcc-12-dev-${ARCH_DEBIAN}-cross libstdc++-12-dev-${ARCH_DEBIAN}-cross + libatomic1-${ARCH_DEBIAN}-cross linux-libc-dev-${ARCH_DEBIAN}-cross libc6-dev-${ARCH_DEBIAN}-cross libgcc-12-dev-${ARCH_DEBIAN}-cross libstdc++-12-dev-${ARCH_DEBIAN}-cross fi EOF