-q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list && apt-get update && apt-get -qqy install ${CHROME_VERSION:-google-chrome-stable}
---> Running in 08d9316bd968
[91mWarning: apt-key output should not be parsed (stdout is not a terminal)
[0m [91mgpg: no valid OpenPGP data found.
[0mThe command '/bin/sh -c wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list && apt-get update && apt-get -qqy install ${CHROME_VERSION:-google-chrome-stable}' returned a non-zero code: 2
Build step 'Execute shell' marked build as failure
Всё, завелось, apt-get install ca-certificates надо было выполнить
Обсуждают сегодня