This repository has been archived on 2024-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-03/.buildbot/kivy/Dockerfile

25 lines
671 B
Docker
Raw Normal View History

2021-12-23 17:24:59 +01:00
# A container for buildbot
FROM ubuntu:bionic AS kivy
# FROM ubuntu:20.04 AS buildbot-bionic
2022-04-11 07:29:35 +02:00
ENV DEBIAN_FRONTEND=noninteractive
2021-12-23 17:24:59 +01:00
RUN apt-get update
RUN apt-get -y install sudo
RUN apt-get install -yq python-setuptools \
python-setuptools libssl-dev libpq-dev python-prctl python-dev \
2022-04-11 07:29:35 +02:00
python-virtualenv python-pip virtualenv \
libjpeg-dev zlib1g-dev python3-dev \
2021-12-23 17:24:59 +01:00
python3-virtualenv \
python3-pip \
2022-04-11 07:29:35 +02:00
wget \
build-essential libcap-dev libmtdev-dev xvfb xclip git python3-opencv
RUN pip3 install Cython Pillow pyzbar telenium
2021-12-23 17:24:59 +01:00
2022-04-11 07:29:35 +02:00
RUN pip3 install --upgrade setuptools pip
2021-12-23 17:24:59 +01:00
2022-04-11 07:29:35 +02:00
RUN pip3 install -e git+https://github.com/kivymd/KivyMD#egg=kivymd