mirror of
https://gitlab.com/openlp/runners.git
synced 2024-12-22 11:22:48 +00:00
6 lines
227 B
Docker
6 lines
227 B
Docker
FROM python:3.12
|
|
|
|
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
|
|
apt-get install -y python3-dev libdbus-1-dev libegl1 libxkbcommon0 libnss3 libxcomposite1 libxdamage1 libxtst6 \
|
|
libxi6 libasound2 libpulse0 xvfb
|