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

help with installation #2598

Open
anantsparrow opened this issue Jul 5, 2023 · 11 comments
Open

help with installation #2598

anantsparrow opened this issue Jul 5, 2023 · 11 comments

Comments

@anantsparrow
Copy link

Hey there, i am trying to install this on my debian 10, but getting lot's of issues. of gem

@maricavor
Copy link
Contributor

Hey, how are you trying to install? Please follow the guide here https://github.com/internetee/docker-images

@anantsparrow
Copy link
Author

anantsparrow commented Jul 5, 2023

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

@anantsparrow
Copy link
Author

??

@maricavor
Copy link
Contributor

Hi, try running apt-get update separately to update the package lists and see if any errors or warnings are displayed. Consider breaking down the installation command into smaller parts and executing them one by one. This will help isolate the problematic packages or commands causing the failure.

@anantsparrow
Copy link
Author

tried manually also, keeps getting same error. should i send you an email with my root details?

@maricavor
Copy link
Contributor

did you try to run just "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/*"?

@anantsparrow
Copy link
Author

yes i did

@maricavor
Copy link
Contributor

Hi, I assume you got this because of broken packages?:
#0 5.071 The following packages have unmet dependencies: #0 5.160 build-essential : Depends: dpkg-dev (>= 1.17.11) but it is not going to be installed #0 5.160 libc6-dev : Depends: libc6 (= 2.28-10+deb10u1) but 2.28-10+deb10u2 is to be installed #0 5.162 libncurses5-dev : Depends: libtinfo6 (= 6.1+20181013-2+deb10u2) but 6.1+20181013-2+deb10u3 is to be installed #0 5.162 Depends: libncurses-dev (= 6.1+20181013-2+deb10u2) but it is not going to be installed #0 5.162 libreadline-dev : Depends: libncurses-dev but it is not going to be installed #0 5.162 procps : Depends: libncurses6 (>= 6) but it is not going to be installed #0 5.163 zlib1g-dev : Depends: zlib1g (= 1:1.2.11.dfsg-1+deb10u1) but 1:1.2.11.dfsg-1+deb10u2 is to be installed #0 5.179 E: Unable to correct problems, you have held broken packages.

@maricavor
Copy link
Contributor

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/*

@anantsparrow
Copy link
Author

unzip: cannot find or open chromedriver_linux64.zip, chromedriver_linux64.zip.zip or chromedriver_linux64.zip.ZIP.
ERROR: Service 'auction_center' failed to build: The command '/bin/bash -o pipefail -c unzip chromedriver_linux64.zip -d /usr/local/bin' returned a non-zero code: 9

getting this error

@anantsparrow
Copy link
Author

Kindly help to install, update the docker installation files, its having lots of issues.

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