diff --git a/ansible/roles/docker/templates/alpine311.Dockerfile.j2 b/ansible/roles/docker/templates/alpine311.Dockerfile.j2 index 2a13ed0d7..d5c63ff4e 100644 --- a/ansible/roles/docker/templates/alpine311.Dockerfile.j2 +++ b/ansible/roles/docker/templates/alpine311.Dockerfile.j2 @@ -29,6 +29,7 @@ RUN apk add --no-cache --virtual .build-deps \ make \ paxctl \ python \ + python3 \ tar \ ccache \ openjdk8 \ @@ -41,7 +42,7 @@ RUN apk add --no-cache --virtual .build-deps \ libtool \ autoconf -RUN pip install tap2junit +RUN pip3 install tap2junit RUN addgroup -g {{ server_user_gid.stdout_lines[0] }} {{ server_user }}