Skip to content

Commit

Permalink
ansible: add Python 3 to alpine 3.11 container (#2589)
Browse files Browse the repository at this point in the history
Refs: #2507
  • Loading branch information
richardlau committed Mar 31, 2021
1 parent c2732c3 commit 01dc507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/docker/templates/alpine311.Dockerfile.j2
Expand Up @@ -29,6 +29,7 @@ RUN apk add --no-cache --virtual .build-deps \
make \
paxctl \
python \
python3 \
tar \
ccache \
openjdk8 \
Expand All @@ -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 }}

Expand Down

0 comments on commit 01dc507

Please sign in to comment.