Created
April 16, 2019 05:47
-
-
Save nezl/707ae82bc3a26d21f4b5cc633880896c to your computer and use it in GitHub Desktop.
pyflame dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM python:3.7 | |
| RUN apt-get update | |
| RUN apt-get install -y autoconf automake autotools-dev g++ pkg-config python-dev python3-dev libtool make | |
| COPY pyflame /pyflame | |
| WORKDIR /pyflame | |
| RUN ./autogen.sh && ./configure && make | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment