Install python3 for the WML unit tests.

This commit is contained in:
pentarctagon 2019-11-28 00:55:04 -06:00
parent 53e92feedf
commit acb2dd8226
No known key found for this signature in database
GPG key ID: 29E48D667D52CCF3

View file

@ -17,6 +17,6 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt install -y -qq libpng12-0 libpng12-dev libreadline6-dev libvorbis-dev libcairo2 libcairo2-dev libpango-1.0-0 libpango1.0-dev libfribidi0 libfribidi-dev libbz2-1.0 libbz2-dev zlib1g zlib1g-dev libpangocairo-1.0-0 libssl-dev libmysqlclient-dev expect-dev
# programs
RUN apt install -y -qq openssl gdb xvfb bzip2 git scons cmake make ccache gcc g++ clang
RUN apt install -y -qq openssl gdb xvfb bzip2 git scons cmake make ccache gcc g++ clang python3
WORKDIR /home/wesnoth-travis