Skip to content

Commit 01dc507

Browse files
authored
ansible: add Python 3 to alpine 3.11 container (#2589)
Refs: #2507
1 parent c2732c3 commit 01dc507

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/roles/docker/templates/alpine311.Dockerfile.j2

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN apk add --no-cache --virtual .build-deps \
2929
make \
3030
paxctl \
3131
python \
32+
python3 \
3233
tar \
3334
ccache \
3435
openjdk8 \
@@ -41,7 +42,7 @@ RUN apk add --no-cache --virtual .build-deps \
4142
libtool \
4243
autoconf
4344

44-
RUN pip install tap2junit
45+
RUN pip3 install tap2junit
4546

4647
RUN addgroup -g {{ server_user_gid.stdout_lines[0] }} {{ server_user }}
4748

0 commit comments

Comments
 (0)