我正在尝试在 Alpine v3.17-stable 上使用 nginx-mod-http-lua。我想用该软件包的特定 1.24.0-r2 版本两天前刚刚发布。
我正在尝试docker run -it nginx:1.24.0-alpine sh -c "apk update && apk upgrade && apk add nginx-mod-http-lua=1.24.0-r2"
,但我看到错误:
ERROR: unable to select packages:
nginx-mod-http-lua-1.22.1-r0:
breaks: world[nginx-mod-http-lua=1.24.0-r2]
我不确定如何实际使用列出的这个包https://pkgs.alpinelinux.org。我该如何安装?
答案1
docker run -it nginx:1.24.0-alpine sh -c "apk add nginx-mod-http-lua=1.24.0-r2 --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main"