Using apk add to install a specific version of package from alpinelinux.org
1
vote
1
answer
6795
views
I'm trying to use nginx-mod-http-lua on Alpine v3.17-stable. I want to use this specific 1.24.0-r2 version of the package which was just released two days ago.
I'm trying
docker run -it nginx:1.24.0-alpine sh -c "apk update && apk upgrade && apk add nginx-mod-http-lua=1.24.0-r2"
but I'm seeing error:
ERROR: unable to select packages:
nginx-mod-http-lua-1.22.1-r0:
breaks: world[nginx-mod-http-lua=1.24.0-r2]
I'm unsure how to actually use this package listed on https://pkgs.alpinelinux.org . How can I install?
Asked by Kenn
(121 rep)
May 1, 2023, 04:14 AM
Last activity: Oct 25, 2023, 07:02 PM
Last activity: Oct 25, 2023, 07:02 PM