We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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/*
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/*
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: