diff --git a/docker/Dockerfile b/docker/Dockerfile index 7480a62f..c2f18044 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,7 @@ FROM continuumio/miniconda3 +MAINTAINER Gilles Bodart + # Install build-essential (compiler and development tools) RUN apt-get update && \ apt-get install -y build-essential && \