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