Closed sarah278 closed 3 years ago
Issue come from debian repo
Userge won´t build from Dockerfile
First Part: Package 'libgconf2-4' has no installation candidate --> change libgconf2-4 to libgconf-2-4 Package 'libnss3-1d' has no installation candidate --> change libnss3-1d to libnss3
Second Part: ... Unpacking libc6:amd64 (2.31-17) over (2.28-10) ... Setting up libc6:amd64 (2.31-17) ... /usr/bin/perl: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory dpkg: error processing package libc6:amd64 (--configure): installed libc6:amd64 package post-installation script subprocess returned error exit status 127 Errors were encountered while processing: libc6:amd64 E: Sub-process /usr/bin/dpkg returned an error code (1) The command '/bin/sh -c apt -qq install -y --no-install-recommends curl git gcc g++ build-essential gnupg2 unzip wget ffmpeg libgconf-2-4 libnss3 libxss1 jq' returned a non-zero code: 100
For part 2 i haven´t a solution, but i´m looking in it... Thanks for reporting issue
@justTheKai do you know how to fix ?
@justTheKai this was the right hint... thank you
change baseimage from python:3.9-buster-slim to python:3.9-bullseye later i try small baseimage
build is now in progress without errors a this point
Build complete...
Changes i made:
Userge won´t build from Dockerfile
First Part: Package 'libgconf2-4' has no installation candidate --> change libgconf2-4 to libgconf-2-4 Package 'libnss3-1d' has no installation candidate --> change libnss3-1d to libnss3
Second Part: ... Unpacking libc6:amd64 (2.31-17) over (2.28-10) ... Setting up libc6:amd64 (2.31-17) ... /usr/bin/perl: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory dpkg: error processing package libc6:amd64 (--configure): installed libc6:amd64 package post-installation script subprocess returned error exit status 127 Errors were encountered while processing: libc6:amd64 E: Sub-process /usr/bin/dpkg returned an error code (1) The command '/bin/sh -c apt -qq install -y --no-install-recommends curl git gcc g++ build-essential gnupg2 unzip wget ffmpeg libgconf-2-4 libnss3 libxss1 jq' returned a non-zero code: 100
For part 2 i haven´t a solution, but i´m looking in it...