Add buildbot_multibuild dir for ubuntu jammy

This commit is contained in:
Lee Miller 2023-07-27 17:38:13 +03:00
parent ae727a8327
commit 83929fc236
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
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