Skip to content

Commit

Permalink
Install python3 for the WML unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Nov 28, 2019
1 parent 53e92fe commit acb2dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dockerbuilds/travis/Dockerfile-base-1604-master
Expand Up @@ -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

0 comments on commit acb2dd8

Please sign in to comment.