run [wps](https://linux.wps.cn/) in headless docker
3.7K
Homepage: https://github.com/akkuman/headless-wps
run wps in headless docker
the base image of this image(akkuman/headless-wps) is debian:bullseye-slim
You can use this image as a base image for other image
FROM akkuman/headless-wps
RUN apt update && apt install libqt5xml5 python3 python3-pip
RUN python3 -m pip --no-cache-dir --no-compile install pywpsrpc
COPY example.py /root/example.py
CMD ["xvfb-run", "python3", "example.py"]
Content type
Image
Digest
sha256:21cb06eba…
Size
1.1 GB
Last updated
about 1 year ago
docker pull akkuman/headless-wps