Sign inSign up

akkuman/headless-wps

By akkuman

•Updated about 1 year ago

run [wps](https://linux.wps.cn/) in headless docker

Image
0

3.7K

akkuman/headless-wps repository overview

Homepage: https://github.com/akkuman/headless-wps⁠

⁠Headless-WPS

中文版本⁠

run wps⁠ in headless docker

⁠Intro

the base image of this image(akkuman/headless-wps) is debian:bullseye-slim

⁠Usage

You can use this image as a base image for other image

⁠example
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"]

Tag summary

Content type

Image

Digest

sha256:21cb06eba…

Size

1.1 GB

Last updated

about 1 year ago

docker pull akkuman/headless-wps