Skip to content

Commit

Permalink
ansible: revert removing python 2.7 (#3276)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow authored Apr 3, 2023
1 parent f0640bb commit 743d930
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/docker/templates/ubuntu1804.Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y \
git \
curl \
python3.8 \
python-pip \
python3-pip \
libfontconfig1 \
libtool \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apt-get update \
git \
curl \
python3.8 \
python-pip \
python3-pip \
python-all \
libfontconfig1 \
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 && \
git \
pkg-config \
curl \
python-pip \
python3.8 \
python3-pip \
libfontconfig1 \
Expand Down

0 comments on commit 743d930

Please sign in to comment.