MiNode/.buildbot/ubuntu/Dockerfile

10 lines
283 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
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
2022-09-23 01:15:49 +02:00
python3-dev python3-pip python3.9 python3.9-dev python3.9-venv
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