Skip to content

Commit a32600e

Browse files
authored
Merge pull request #256 from splunk/lsb-release-debian
lsb_release
2 parents 33dc162 + 8e7a37a commit a32600e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py23-image/debian-9/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ RUN wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz \
1717
&& rm -r Python-3.7.4 \
1818
&& curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
1919
&& python3.7 get-pip.py \
20-
&& rm -f get-pip.py
20+
&& rm -f get-pip.py \
21+
&& ln -s /usr/share/pyshared/lsb_release.py /usr/lib/python3.7/site-packages/lsb_release.py
2122
#removing all intermediate dependencies. All the stuff below comes up to 200+MB
2223
RUN apt-get remove --purge -y gcc make build-essential checkinstall libreadline-gplv2-dev libncursesw5-dev \
2324
libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev \

0 commit comments

Comments
 (0)