diff --git a/Dockerfile b/Dockerfile index e176615..27e4b49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM continuumio/miniconda3 AS builder # Install build dependencies RUN apt-get update && \ - apt-get install -y python3-dev gcc && \ + apt-get install -y python3-dev gcc g++ build-essential && \ rm -rf /var/lib/apt/lists/* # Set working directory