MiNode/.buildbot/ubuntu/Dockerfile

17 lines
466 B
Docker
Raw Normal View History

2022-09-23 01:15:49 +02:00
FROM ubuntu:focal
2022-04-25 01:33:55 +02:00
RUN apt-get update
2022-09-23 03:17:38 +02:00
RUN apt-get install -yq software-properties-common
RUN apt-add-repository ppa:purplei2p/i2pd
RUN apt-get update
2022-04-25 01:33:55 +02:00
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
2022-09-23 03:17:38 +02:00
python3-dev python3-pip python3.9 python3.9-dev python3.9-venv sudo i2pd
RUN echo 'builder ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
2022-04-25 01:33:55 +02:00
2022-09-23 01:15:49 +02:00
RUN python3.9 -m pip install setuptools wheel
RUN python3.9 -m pip install --upgrade pip tox virtualenv