senaite / senaite.docker

SENAITE Docker Container
GNU General Public License v2.0
49 stars 40 forks source link

Thanks for your contribution , but i got some problem when using docker #10

Closed somewheve closed 2 years ago

somewheve commented 2 years ago
 => ERROR [ 5/10] RUN apt-get update && apt-get install -y --no-install-recommends $(grep -vE "^\s*#" /packages.t  7.4s
------
 > [ 5/10] RUN apt-get update && apt-get install -y --no-install-recommends $(grep -vE "^\s*#" /packages.txt  | tr "\n" " "):
#10 1.377 Ign:1 http://deb.debian.org/debian stretch InRelease
#10 1.377 Get:2 http://security.debian.org/debian-security stretch/updates InRelease [53.0 kB]
#10 1.446 Get:3 http://deb.debian.org/debian stretch-updates InRelease [93.6 kB]
#10 1.590 Get:4 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [762 kB]
#10 1.664 Get:5 http://deb.debian.org/debian stretch Release [118 kB]
#10 1.885 Get:6 http://deb.debian.org/debian stretch Release.gpg [3177 B]
#10 2.008 Get:7 http://deb.debian.org/debian stretch/main amd64 Packages [7080 kB]
#10 5.537 Fetched 8109 kB in 4s (1798 kB/s)
#10 5.537 Reading package lists...
#10 5.938 Reading package lists...
#10 6.323 Building dependency tree...
#10 6.403 Reading state information...
#10 6.542 E: Unable to locate package dpkg-dev
#10 6.542 E: Unable to locate package gcc
#10 6.542 E: Unable to locate package gosu
#10 6.542 E: Unable to locate package libbz2-dev
#10 6.542 E: Unable to locate package libc6-dev
#10 6.542 E: Unable to locate package libcairo2
#10 6.542 E: Unable to locate package libffi-dev
#10 6.542 E: Unable to locate package libgdk-pixbuf2.0-0
#10 6.542 E: Couldn't find any package by glob 'libgdk-pixbuf2.0-0
#10 6.542    '
#10 6.542 E: Couldn't find any package by regex 'libgdk-pixbuf2.0-0
#10 6.542    '
#10 6.542 E: Unable to locate package libjpeg62
#10 6.542 E: Unable to locate package libjpeg62-turbo-dev
#10 6.542 E: Unable to locate package libopenjp2-7
#10 6.542 E: Unable to locate package libopenjp2-7-dev
#10 6.542 E: Unable to locate package libpango-1.0-0
#10 6.542 E: Couldn't find any package by glob 'libpango-1.0-0
#10 6.542    '
#10 6.542 E: Couldn't find any package by regex 'libpango-1.0-0
#10 6.542    '
#10 6.542 E: Unable to locate package libpangocairo-1.0-0
#10 6.542 E: Couldn't find any package by glob 'libpangocairo-1.0-0
#10 6.542    '
#10 6.542 E: Couldn't find any package by regex 'libpangocairo-1.0-0
#10 6.542    '
#10 6.542 E: Unable to locate package libpcre3-dev
#10 6.542 E: Unable to locate package libssl-dev
#10 6.542 E: Unable to locate package libtiff5
#10 6.542 E: Unable to locate package libtiff5-dev
#10 6.542 E: Unable to locate package libxml2
#10 6.542 E: Unable to locate package libxml2-dev
#10 6.542 E: Unable to locate package libxslt1-dev
#10 6.542 E: Unable to locate package libxslt1.1
#10 6.542 E: Couldn't find any package by glob 'libxslt1.1
#10 6.542    '
#10 6.542 E: Couldn't find any package by regex 'libxslt1.1
#10 6.542    '
#10 6.542 E: Unable to locate package lynx
#10 6.542 E: Unable to locate package netcat
#10 6.542 E: Unable to locate package rsync
#10 6.542 E: Unable to locate package wget
#10 6.542 E: Unable to locate package wv
#10 6.542 E: Unable to locate package zlib1g-dev
------
executor failed running [/bin/sh -c apt-get update && apt-get install -y --no-install-recommends $(grep -vE "^\s*#" /packages.txt  | tr "\n" " ")]: exit code: 100

it seems that we can't find package in the update list

ramonski commented 2 years ago

Please use the latest build, which is known to be functional: https://github.com/senaite/senaite.core/actions/workflows/docker.yml