You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm trying to install Sciberr on my Win10 PC, running WSL 2 for Linux. I have Git desktop and Docker desktop installed. I cloned the scriber repo using Git desktop. i edited the docker-compose. yml to add my credentials. I opend a cmd terminal with admin rights(?) to run the docker compose from within the Git/Scriberr directory. The script runs for a while but exits with the following output:
498.4 Running hooks in /etc/ca-certificates/update.d...
498.4 done.
498.5 Processing triggers for libgdk-pixbuf-2.0-0:arm64 (2.42.8+dfsg-1ubuntu0.3) ...
498.8 Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
498.9 Errors were encountered while processing:
498.9 libc-bin
[+] Running 0/1ocess /usr/bin/dpkg returned an error code (1)
- Service app Building 501.9s
failed to solve: process "/bin/sh -c apt-get update && apt-get install -y python3 python3-dev python3-pip postgresql-client software-properties-common build-essential cmake tzdata ffmpeg curl unzip git" did not complete successfully: exit code: 100
Any idea how to debug this please? Did I miss a prerequisite? Should I run the" /bin/sh -c apt-get update && apt-get install -y " for each of the list individually to see where it fails?
Jeremy
The text was updated successfully, but these errors were encountered:
I've installe Docker and Git on my home PC and re-ran the docker-compose.yml file in the cloned directory. I get a similar error from the installation. I've copied the terminal output to a txt file to help in the debugging.
docker-compose up -d.txt
Please let my know how I can help with the debug. I'd love to get this working in a container.
Hi. I'm trying to install Sciberr on my Win10 PC, running WSL 2 for Linux. I have Git desktop and Docker desktop installed. I cloned the scriber repo using Git desktop. i edited the docker-compose. yml to add my credentials. I opend a cmd terminal with admin rights(?) to run the docker compose from within the Git/Scriberr directory. The script runs for a while but exits with the following output:
Any idea how to debug this please? Did I miss a prerequisite? Should I run the" /bin/sh -c apt-get update && apt-get install -y " for each of the list individually to see where it fails?
Jeremy
The text was updated successfully, but these errors were encountered: