shopwareArchive / shopware-docker

A docker setup ready for shopware development
74 stars 37 forks source link

Docker mysql build process failed #40

Closed MarcoFaul closed 5 years ago

MarcoFaul commented 5 years ago

Problem steps: cloned project executed: ./psh.phar docker:start Following error is shown

`E: Package 'openjdk-8-jre-headless' has no installation candidate Service 'app_server' failed to build: The command '/bin/sh -c apt-get update -qq && apt-get install -y -qq apt-utils && mkdir -p /usr/share/man/man1 && apt-get update -qq && apt-get install -y -qq openjdk-8-jre-headless && apt-get update -qq && apt-get install -y -qq openjdk-8-jdk && dpkg --configure -a' returned a non-zero code: 100

Execution aborted, a subcommand failed!`

https://travis-ci.org/shopwareLabs/shopware-docker