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

19 lines
399 B
Docker
Raw Normal View History

2021-12-23 17:24:59 +01:00
# A container for buildbot
FROM ubuntu:focal AS kivy
2021-12-23 17:24:59 +01:00
2022-04-11 07:29:35 +02:00
ENV DEBIAN_FRONTEND=noninteractive
ENV SKIPCACHE=2022-08-29
2022-07-20 02:50:35 +02:00
2021-12-23 17:24:59 +01:00
RUN apt-get update
RUN apt-get install -yq \
build-essential libcap-dev libssl-dev \
libmtdev-dev libpq-dev \
python3-dev python3-pip python3-virtualenv \
xvfb ffmpeg xclip xsel
2022-04-15 08:46:07 +02:00
RUN ln -sf /usr/bin/python3 /usr/bin/python
2022-04-11 07:29:35 +02:00
RUN pip3 install --upgrade setuptools pip