From fe66c32c111836593c4ca2b56baab3eff9734046 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Wed, 18 Sep 2024 16:24:51 +0200 Subject: [PATCH] Update Dockerfile --- julia/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia/Dockerfile b/julia/Dockerfile index ec3384b..feee05f 100644 --- a/julia/Dockerfile +++ b/julia/Dockerfile @@ -4,7 +4,7 @@ RUN apt update && apt install -y \ wget \ unzip \ git \ - julia \ + python3 \ && 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