MiNode/.buildbot/ubuntu/Dockerfile

17 lines
466 B
Docker
Raw Normal View History

2022-09-22 23:15:49 +00:00
FROM ubuntu:focal
2022-04-24 23:33:55 +00:00
RUN apt-get update
2022-09-23 01:17:38 +00:00
RUN apt-get install -yq software-properties-common
RUN apt-add-repository ppa:purplei2p/i2pd
RUN apt-get update
2022-04-24 23:33:55 +00:00
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
2022-09-23 01:17:38 +00: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-24 23:33:55 +00:00
2022-09-22 23:15:49 +00:00
RUN python3.9 -m pip install setuptools wheel
RUN python3.9 -m pip install --upgrade pip tox virtualenv