testname=self.testname()
testdir = self.testdir()
dockerfile="testbuilds/ubuntu16-azure.dockerfile"
- addhosts = self.local_addhosts(dockerfile)
+ addhosts = self.local_addhosts(dockerfile, "--universe")
savename = docname(dockerfile)
saveto = SAVETO
images = IMAGES
RUN apt-get update
RUN apt-get install -y gcc zlib1g-dev python3 cmake zip gzip tar pkg-config
RUN apt-get install -y unzip
-# RUN apt-get install -y libsdl2-dev
+RUN apt-get install -y libsdl2-dev
RUN apt-get install -y --fix-broken --ignore-missing python3-wheel || true
RUN apt-get install -y --fix-broken --ignore-missing python3-pip || true
RUN pip3 install unittest-xml-reporting