From c0c89c95fc2931334b9fbb9ce787f8b7077a3738 Mon Sep 17 00:00:00 2001 From: lexara-prime-ai Date: Mon, 3 Jun 2024 21:23:54 +0000 Subject: [PATCH] Updated comments in Docker configuration --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bcb51c7..ac05b19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN cargo chef prepare --recipe-path recipe.json FROM chef AS builder # Install python 3.11 development files. +# To do -> Run scripts to install additional dependencies e.g [mkdocs], [tableauhyperapi] etc. RUN apt-get update && \ apt-get install -y python3.11-dev && \ apt-get clean