You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @pfwd
I found the following error when deploying docker-compose -f docker-compose.deploy.yml up -d.
The error appears with the product service Dockerfile :
ERROR: unsatisfiable constraints:
py-mysqldb (missing):
required by: world[py-mysqldb]
ERROR: Service 'product' failed to build : The command '/bin/sh -c apk add --update py-mysqldb gcc libc-dev mariadb-dev nodejs npm && pip install --upgrade pip && pip install -r requirements.txt && rm -rf /var/cache/apk/*' returned a non-zero code: 1
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hi @pfwd
I found the following error when deploying docker-compose -f docker-compose.deploy.yml up -d.
The error appears with the product service Dockerfile :
ERROR: unsatisfiable constraints:
py-mysqldb (missing):
required by: world[py-mysqldb]
ERROR: Service 'product' failed to build : The command '/bin/sh -c apk add --update py-mysqldb gcc libc-dev mariadb-dev nodejs npm && pip install --upgrade pip && pip install -r requirements.txt && rm -rf /var/cache/apk/*' returned a non-zero code: 1
Thanks for your help
The text was updated successfully, but these errors were encountered: