We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f6ca9 commit de3ecc4Copy full SHA for de3ecc4
1 file changed
python3.6/build/Dockerfile
@@ -8,6 +8,7 @@ ENV PATH=/var/lang/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/
8
9
RUN rm -rf /var/runtime /var/lang && \
10
curl https://lambci.s3.amazonaws.com/fs/python3.6.tgz | tar -xz -C / && \
11
+ yum install -y bzip2-devel && \
12
sed -i '/^prefix=/c\prefix=/var/lang' /var/lang/lib/pkgconfig/python-3.6.pc && \
13
curl https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz | tar -xJ && \
14
cd Python-3.6.1 && \
0 commit comments