Closed Haschtl closed 1 year ago
I followed the README with the Dockerfile customization:
FROM litespeedtech/openlitespeed:latest RUN apt-get update && apt-get install lsphp80-pspell -y
The packages I need, are lsphp81-soap and lsphp81-xml, which are not found, when building the Dockerfile:
lsphp81-soap
lsphp81-xml
1.539 E: Unable to locate package lsphp81-xml 1.539 E: Unable to locate package lsphp81-soap
Is there any other way for installing lsphp81 extensions?
Hi @Haschtl I think the default lsphp81-common package should have both covered, so you can skip this step. Here's the package list, https://rpms.litespeedtech.com/debian/pool/main/jammy/
I followed the README with the Dockerfile customization:
The packages I need, are
lsphp81-soap
andlsphp81-xml
, which are not found, when building the Dockerfile:Is there any other way for installing lsphp81 extensions?