Skip to content

Commit

Permalink
Updated comments in Docker configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lexara-prime-ai committed Jun 3, 2024
1 parent 5a6a00f commit c0c89c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0c89c9

Please sign in to comment.