This repository has been archived on 2024-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-20/.buildbot/kivy/Dockerfile
Peter Šurda 8bdbc66075
Mock network backend
- also enable netowork tests
2022-07-21 15:45:49 +08:00

20 lines
400 B
Docker

# A container for buildbot
FROM ubuntu:bionic AS kivy
ENV DEBIAN_FRONTEND=noninteractive
ENV SKIPCACHE=2022-07-21
RUN apt-get update
RUN apt-get install -yq \
build-essential libcap-dev libssl-dev \
libmtdev-dev libpq-dev \
libxrender1 \
python3-dev python3-pip python3-virtualenv \
xvfb
RUN ln -sf /usr/bin/python3 /usr/bin/python
RUN pip3 install --upgrade setuptools pip