Skip to content

Commit 3deb069

Browse files
authored
Merge pull request #218 from weissi/jw-py36
lldb now requires python 3.6
2 parents 78fb43b + 363ca3e commit 3deb069

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.6 \
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.6 \
1515
libsqlite3-0 \
1616
libstdc++-9-dev \
1717
libxml2 \

0 commit comments

Comments
 (0)