We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dc162 commit 8e7a37aCopy full SHA for 8e7a37a
py23-image/debian-9/Dockerfile
@@ -17,7 +17,8 @@ RUN wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz \
17
&& rm -r Python-3.7.4 \
18
&& curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
19
&& python3.7 get-pip.py \
20
- && rm -f get-pip.py
+ && rm -f get-pip.py \
21
+ && ln -s /usr/share/pyshared/lsb_release.py /usr/lib/python3.7/site-packages/lsb_release.py
22
#removing all intermediate dependencies. All the stuff below comes up to 200+MB
23
RUN apt-get remove --purge -y gcc make build-essential checkinstall libreadline-gplv2-dev libncursesw5-dev \
24
libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev \
0 commit comments