MiNode/.buildbot/ubuntu/Dockerfile

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