Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -3,6 +3,7 @@ FROM python:3.11-slim-bullseye
|
|
3 |
|
4 |
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
|
5 |
python3 \
|
|
|
6 |
python3-pip \
|
7 |
ninja-build \
|
8 |
build-essential \
|
|
|
3 |
|
4 |
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
|
5 |
python3 \
|
6 |
+
python3-dev \
|
7 |
python3-pip \
|
8 |
ninja-build \
|
9 |
build-essential \
|