This repository has been archived on 2025-02-25. You can view files and clone it, but cannot push or open issues or pull requests.

17 lines
356 B
Docker
Raw Normal View History

2021-12-23 21:54:59 +05:30
# A container for buildbot
FROM ubuntu:bionic AS kivy
2022-04-11 10:59:35 +05:30
ENV DEBIAN_FRONTEND=noninteractive
2021-12-23 21:54:59 +05:30
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
2022-04-15 12:16:07 +05:30
RUN ln -sf /usr/bin/python3 /usr/bin/python
2022-04-11 10:59:35 +05:30
RUN pip3 install --upgrade setuptools pip