Revert everything except the pip fix and the branch flag
This commit is contained in:
@@ -35,7 +35,7 @@ make -j8 install
|
||||
ldconfig
|
||||
|
||||
# Upgrade pip
|
||||
/opt/python/bin/python3 -m pip install -U pip setuptools wheel 'cryptography<3.4'
|
||||
/opt/python/bin/python3 -m pip install -U pip
|
||||
|
||||
# Build mod-wsgi-py3 for Python 3.6
|
||||
cd /dpkg/mod-wsgi-*
|
||||
|
@@ -7,7 +7,6 @@ RUN sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list && \
|
||||
build-essential \
|
||||
apache2-dev \
|
||||
checkinstall \
|
||||
rustc python3-pip python3-setuptools python3-wheel \
|
||||
curl
|
||||
|
||||
RUN apt-get build-dep -y python3.6
|
||||
|
Reference in New Issue
Block a user