Python 3.6.3 → 3.6.4

This commit is contained in:
2018-01-05 14:54:06 +01:00
parent 4891803552
commit eb2a058ce2
3 changed files with 7 additions and 7 deletions

View File

@@ -1 +0,0 @@
b9c2c36c33fb89bda1fefd37ad5af9be Python-3.6.3.tar.xz

View File

@@ -0,0 +1 @@
1325134dd525b4a2c3272a1a0214dd54 Python-3.6.4.tar.xz

View File

@@ -11,13 +11,13 @@ RUN sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list && \
RUN apt-get build-dep -y python3.5 RUN apt-get build-dep -y python3.5
ADD Python-3.6.3.tar.xz.md5 /Python-3.6.3.tar.xz.md5 ADD Python-3.6.4.tar.xz.md5 /Python-3.6.4.tar.xz.md5
# Install Python sources # Install Python sources
RUN curl -O https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tar.xz && \ RUN curl -O https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tar.xz && \
md5sum -c Python-3.6.3.tar.xz.md5 && \ md5sum -c Python-3.6.4.tar.xz.md5 && \
tar xf Python-3.6.3.tar.xz && \ tar xf Python-3.6.4.tar.xz && \
rm -v Python-3.6.3.tar.xz rm -v Python-3.6.4.tar.xz
# Install mod-wsgi sources # Install mod-wsgi sources
RUN mkdir -p /dpkg && cd /dpkg && apt-get source libapache2-mod-wsgi-py3 RUN mkdir -p /dpkg && cd /dpkg && apt-get source libapache2-mod-wsgi-py3
@@ -32,4 +32,4 @@ RUN echo /opt/python/lib > /etc/ld.so.conf.d/python.conf
RUN ldconfig RUN ldconfig
ENV PATH=/opt/python/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ENV PATH=/opt/python/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV PYTHONSOURCE=/Python-3.6.3 ENV PYTHONSOURCE=/Python-3.6.4