diff --git a/julia/Dockerfile b/julia/Dockerfile index a729416..cd80cbb 100644 --- a/julia/Dockerfile +++ b/julia/Dockerfile @@ -5,6 +5,7 @@ RUN apt update && apt install -y \ unzip \ git \ python3 \ + python3-pip \ && rm -rf /var/lib/apt/lists/* # Install quarto RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.54/quarto-1.5.54-linux-amd64.deb