Skip to content

Commit f733975

Browse files
authored
Merge pull request #221 from apple/revert-218-jw-py36
Revert "lldb now requires python 3.6"
2 parents 3deb069 + 5378d98 commit f733975

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nightly-main/ubuntu/16.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1010
libcurl3 \
1111
libedit2 \
1212
libgcc-5-dev \
13-
libpython3.6 \
13+
libpython2.7 \
1414
libsqlite3-0 \
1515
libstdc++-5-dev \
1616
libxml2 \

nightly-main/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1010
libcurl4 \
1111
libedit2 \
1212
libgcc-5-dev \
13-
libpython3.6 \
13+
libpython2.7 \
1414
libsqlite3-0 \
1515
libstdc++-5-dev \
1616
libxml2 \

nightly-main/ubuntu/20.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1111
libcurl4 \
1212
libedit2 \
1313
libgcc-9-dev \
14-
libpython3.6 \
14+
libpython2.7 \
1515
libsqlite3-0 \
1616
libstdc++-9-dev \
1717
libxml2 \

0 commit comments

Comments
 (0)