Skip to content

Commit

Permalink
Merge pull request #2739 from sxa/ubuntu20_dockerfile
Browse files Browse the repository at this point in the history
build,test: add python-is-python3 to ubuntu 20.04 dockerfiles
  • Loading branch information
sxa authored Sep 2, 2021
2 parents 49d7999 + dfe2aad commit 8e492a3
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 8e492a3

Please sign in to comment.