We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ git rev-parse HEAD
adduser: group 'www-data' in use The command '/bin/sh -c apk update && apk upgrade && apk add --no-cache bash && adduser -D -H -u 1000 -s /bin/bash www-data' returned a non-zero code: 1 ERROR: Service 'nginx' failed to build : Build failed
docker-compose should finish without error
docker-compose up -d nginx mysql
// place a code sample here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Info:
$ git rev-parse HEAD
): 4760783Issue:
adduser: group 'www-data' in use
The command '/bin/sh -c apk update && apk upgrade && apk add --no-cache bash && adduser -D -H -u 1000 -s /bin/bash www-data' returned a non-zero code: 1
ERROR: Service 'nginx' failed to build : Build failed
Expected behavior:
docker-compose should finish without error
Reproduce:
docker-compose up -d nginx mysql
Relevant Code:
The text was updated successfully, but these errors were encountered: