admin管理员组文章数量:1123367
Im trying to install postgresql-client17
FROM mcr.microsoft/azure-cli:2.9.1
RUN apk update
RUN apk add postgresql-client17
I am getting the error:
> [sa-cron 3/3] RUN apk add postgresql-client17:
0.237 ERROR: unsatisfiable constraints:
0.237 postgresql-client17 (missing):
I have tried many combinations of postgresql-client17
and postgresql-client-17
and postgresql-client17-2
and so...
I get the same error. I must use this docer image:
mcr.microsoft/azure-cli:2.9.1
Thanks
本文标签: how to install postgresqlclient 17 on docker alpine using apkStack Overflow
版权声明:本文标题:how to install postgresql-client 17 on docker alpine using apk - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736562131a1944658.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论