elukey commented on pull request #837: URL: https://github.com/apache/bigtop/pull/837#issuecomment-986023771
Current image: ``` docker run --rm -v `pwd`:/ws --workdir /ws bigtop/slaves:trunk-debian-10 bash -c 'dpkg -S Python.h' libpython3.7-dev:amd64: /usr/include/python3.7m/Python.h ``` New image: ``` docker run --rm -v `pwd`:/ws --workdir /ws bigtop/slaves:trunk-debian-10 bash -c 'dpkg -S Python.h' libpython3.7-dev:amd64: /usr/include/python3.7m/Python.h libpython2.7-dev:amd64: /usr/include/python2.7/Python.h ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
