DEV Community

DV Singh
DV Singh

Posted on

Answer: ERROR: unsatisfiable constraints using apk in dockerfile

Old:

apk add --no-cache curl jq python py-pip

New:

apk add --no-cache curl jq python3 py3-pip

Top comments (0)