Skip to content

Commit 936ae0b

Browse files
authored
Merge pull request #222 from weissi/jw-py3
lldb now requires python 3
2 parents f733975 + da004ae commit 936ae0b

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-
libpython2.7 \
13+
libpython3.5 \
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-
libpython2.7 \
13+
libpython3.6 \
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-
libpython2.7 \
14+
libpython3.8 \
1515
libsqlite3-0 \
1616
libstdc++-9-dev \
1717
libxml2 \

0 commit comments

Comments
 (0)