cdash-docker icon indicating copy to clipboard operation
cdash-docker copied to clipboard

docker-compose build failed

Open etienne5-6 opened this issue 7 years ago • 2 comments

It looks like docker-compose is not able to reconstruct the images any more and failed during script due to missing packages.

$ docker-compose build
...
+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
(23) Failed writing body
Error executing command, exiting
ERROR: Service 'cdash' failed to build: The command '/bin/sh -c curl -sL https://deb.nodesource.com/setup_6.x | bash                        && apt-get install -y git libbz2-dev libfreetype6-dev libjpeg62-turbo-dev         libmcrypt-dev libpng12-dev libpq-dev libxslt-dev libxss1 nodejs unzip wget     zip                                                                         && docker-php-ext-configure pgsql --with-pgs

etienne5-6 avatar Oct 23 '18 16:10 etienne5-6

i bypassed this issue:

RUN apt-get update && apt-get install -y git libbz2-dev libfreetype6-dev libjpeg62-turbo-dev     \
  libmcrypt-dev libpng-dev libpq-dev libxslt-dev libxss1 nodejs unzip wget \
  zip gnupg1                                                                      

RUN curl -sL https://deb.nodesource.com/setup_6.x | bash      

nevetheless the build crashes later on:

configuration option "php_ini" is not set to php.ini location
You should add "zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so" to php.ini
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  257k  100  257k    0     0   855k      0 --:--:-- --:--:-- --:--:--  853k
-: FAILED
sha384sum: WARNING: 1 computed checksum did NOT match

is this repository alive?

LuisAyuso avatar Feb 05 '19 17:02 LuisAyuso

It looks to me that the checksum is static, but the composer version is not

https://getcomposer.org/download/2.1.5/composer.phar https://getcomposer.org/download/2.1.5/composer.phar.sha256sum

be95557cc36eeb82da0f4340a469bad56b57f742d2891892dcb2f8b0179790ec

wilsonify avatar Jul 31 '21 16:07 wilsonify