Compare commits

...

1 Commits

Author SHA1 Message Date
Lee Miller 83929fc236
Add buildbot_multibuild dir for ubuntu jammy 2023-07-27 17:38:13 +03:00
4 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
FROM ubuntu:jammy
RUN apt-get update
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
python3-dev python3-pip python-is-python3
RUN pip install setuptools wheel
RUN pip install --upgrade pip tox virtualenv

View File

@ -0,0 +1 @@
../ubuntu-focal/test.sh