From 7154b2f80e97ac370117a9e78929c02c73a2cd4d Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Wed, 18 Sep 2024 15:45:07 +0200 Subject: [PATCH] adds julia installation --- julia/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/julia/Dockerfile b/julia/Dockerfile index 440973a..d8a175e 100644 --- a/julia/Dockerfile +++ b/julia/Dockerfile @@ -4,6 +4,7 @@ RUN apt update && apt install -y \ wget \ unzip \ git \ + julia \ && 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