Skip to content

Instantly share code, notes, and snippets.

@nezl
Created April 16, 2019 05:47
Show Gist options
  • Select an option

  • Save nezl/707ae82bc3a26d21f4b5cc633880896c to your computer and use it in GitHub Desktop.

Select an option

Save nezl/707ae82bc3a26d21f4b5cc633880896c to your computer and use it in GitHub Desktop.
pyflame dockerfile
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