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
Hi,
Tried to get the latest version and build docker image by this command
docker build -t image-forensic-ghiro -f Dockerfile .
but got a list of weird errors:
[ 5/24] RUN xargs apt-get install -y < /tmp/deb-packages.txt: #10 0.824 Reading package lists... #10 1.910 Building dependency tree... #10 2.049 Reading state information... #10 2.160 E: Unable to locate package git #10 2.160 E: Unable to locate package locales #10 2.160 E: Unable to locate package python-pip #10 2.160 E: Unable to locate package build-essential #10 2.160 E: Unable to locate package python-dev #10 2.160 E: Unable to locate package python-gi #10 2.160 E: Unable to locate package libgexiv2-2 #10 2.160 E: Unable to locate package gir1.2-gexiv2-0.10 '10 2.160 E: Couldn't find any package by glob 'gir1.2-gexiv2-0.10 '10 2.160 E: Couldn't find any package by regex 'gir1.2-gexiv2-0.10 #10 2.160 E: Unable to locate package libtiff5-dev #10 2.160 E: Unable to locate package libjpeg8-dev #10 2.160 E: Unable to locate package zlib1g-dev #10 2.160 E: Unable to locate package libfreetype6-dev #10 2.160 E: Unable to locate package liblcms2-dev #10 2.160 E: Unable to locate package libwebp-dev #10 2.160 E: Unable to locate package tcl8.5-dev '10 2.160 E: Couldn't find any package by glob 'tcl8.5-dev '10 2.160 E: Couldn't find any package by regex 'tcl8.5-dev #10 2.160 E: Unable to locate package tk8.5-dev '10 2.160 E: Couldn't find any package by glob 'tk8.5-dev '10 2.160 E: Couldn't find any package by regex 'tk8.5-dev #10 2.160 E: Unable to locate package python-tk #10 2.160 E: Unable to locate package apache2 #10 2.160 E: Unable to locate package libapache2-mod-wsgi #10 2.160 E: Unable to locate package wkhtmltopdf #10 2.160 E: Unable to locate package xvfb #10 2.160 E: Unable to locate package python-setuptools ------ executor failed running [/bin/sh -c xargs apt-get install -y < /tmp/deb-packages.txt]: exit code: 123
I wonder what's wrong with the repo and its Dockerfile.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Tried to get the latest version and build docker image by this command
docker build -t image-forensic-ghiro -f Dockerfile .
but got a list of weird errors:
I wonder what's wrong with the repo and its Dockerfile.
The text was updated successfully, but these errors were encountered: