litespeed: Move to community?
Hi all, I use the Alpine Linux inside Docker container, but it seems that I cannot install the litespeed package.
Instruction
- Using the following Dockerfile
<code class="text">
FROM alpine:3.7
RUN apk update
RUN apk add --no-cache litespeed
</code>
- Finally. I got this message:
<code class="text">
Step 3/3 : RUN apk add --no-cache litespeed
---> Running in d49c2a1063fe
fetch http://dl-cdn.alpinelinux.org/alpine/v3.7/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.7/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
litespeed (missing):
required by: world[litespeed]
The command '/bin/sh -c apk add --no-cache litespeed' returned a non-zero code: 1
</code>
I also check the all available mirror lists in Alpine Linux and it seems that they don’t include the litespeed package.
Please include this package in mirror lists.
Thanks.
(from redmine: issue id 10402, created on 2019-05-03)