You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2021/12/04 13:02:19 UTC

[GitHub] [bigtop] elukey commented on pull request #837: BIGTOP-3600 - Deploy python*-dev deps on Debian images

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: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org