Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting error #28

Open
anantsparrow opened this issue Jul 6, 2023 · 1 comment
Open

getting error #28

anantsparrow opened this issue Jul 6, 2023 · 1 comment

Comments

@anantsparrow
Copy link

ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update && apt-get install -y build-essential=* libncurses5-dev=* automake=* autoconf=* curl=* ca-certificates=* libssl-dev=* libreadline-dev=* libdpkg-perl=* liberror-perl=* libc6=* libc-dev perl=* procps=* inotify-tools=* libssl1.1=* perl-base=* zlib1g-dev && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100

ERROR: Service 'epp_proxy' failed to build : Build failed

after running this

@maricavor
Copy link

Please update your Dockerfile with this:
RUN apt-get update && apt-get install -y --allow-downgrades \ dpkg-dev=* \ bzip2=* \ build-essential=* \ libncurses5-dev=* \ automake=* \ autoconf=* \ curl=* \ ca-certificates=* \ libssl-dev=* \ libreadline-dev=* \ libdpkg-perl=* \ liberror-perl=* \ libc6=2.28-10+deb10u1 \ libc-dev \ perl=* \ procps=* \ inotify-tools=* \ libssl1.1=* \ libbz2-1.0=1.0.6-9.2~deb10u1 \ perl-base=* \ zlib1g=1:1.2.11.dfsg-1+deb10u1 \ zlib1g-dev=* \ libtinfo6=6.1+20181013-2+deb10u2 \ libncurses-dev=6.1+20181013-2+deb10u2 \ libncursesw6=6.1+20181013-2+deb10u2 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants