diff --git a/Dockerfile b/Dockerfile index 553cc57..af56400 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,8 @@ ADD doc /app/doc ADD tutorials /app/doc ADD MANIFEST.in LICENSE LICENSE.txt .gitmodules .gitignore setup.py /app/ +# add compiler +RUN apt-get update && apt-get install -y build-essential # compile/setup pytom RUN python setup.py install --prefix $CONDA_PREFIX