Skip to content

Commit de3ecc4

Browse files
committed
Add bzip2-devel for python 3.6 build
1 parent e5f6ca9 commit de3ecc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python3.6/build/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ENV PATH=/var/lang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/
88

99
RUN rm -rf /var/runtime /var/lang && \
1010
curl https://lambci.s3.amazonaws.com/fs/python3.6.tgz | tar -xz -C / && \
11+
yum install -y bzip2-devel && \
1112
sed -i '/^prefix=/c\prefix=/var/lang' /var/lang/lib/pkgconfig/python-3.6.pc && \
1213
curl https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz | tar -xJ && \
1314
cd Python-3.6.1 && \

0 commit comments

Comments
 (0)