e-hossam96 commited on
Commit
d50db75
·
1 Parent(s): d7d2144

installed build deps

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.13.3-slim-bookworm AS base
5
 
6
  # get the build essential tools
7
  RUN apt-get update && apt-get install --no-install-recommends -y \
8
- curl ca-certificates && \
9
  apt-get clean && rm -rf /var/lib/apt/lists/* ~/.cache/
10
 
11
  # download the latest version of uv
 
5
 
6
  # get the build essential tools
7
  RUN apt-get update && apt-get install --no-install-recommends -y \
8
+ curl ca-certificates build-essential cmake && \
9
  apt-get clean && rm -rf /var/lib/apt/lists/* ~/.cache/
10
 
11
  # download the latest version of uv