Skip to content

Commit

Permalink
build,test: add python-is-python3 to ubuntu 20.04 dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa committed Sep 1, 2021
1 parent 49d7999 commit dfe2aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/docker/templates/ubuntu2004.Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y \
openjdk-8-jre-headless \
curl \
python3-pip \
python-is-python3 \
libfontconfig1

RUN pip3 install tap2junit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt-get update && apt-get install apt-utils -y && \
pkg-config \
curl \
python3-pip \
python-is-python3 \
libfontconfig1

RUN pip3 install tap2junit
Expand Down

0 comments on commit dfe2aad

Please sign in to comment.