shopware / development

MIT License
189 stars 170 forks source link

Error in dev-ops/docker/containers/app/Dockerfile #172

Closed Yol4o closed 2 years ago

Yol4o commented 2 years ago

PHP Version

7.4.25

Shopware Version

6.4.x

Expected behaviour

Correct row to replace in dev-ops/docker/containers/app/Dockerfile && curl -sL https://dl.google.com/linux/linux_signing_key.pub | apt-key add -

Actual behaviour

When you execute ./psh.phar docker:start you will be an error

gpg: no valid OpenPGP data found.

Wrong row in dev-ops/docker/containers/app/Dockerfile && curl -sL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

How to reproduce

execute ./psh.phar docker:start

shyim commented 2 years ago

Cannot reproduce it. Maybe short time Google server issues