moriire commited on
Commit
ea70a54
1 Parent(s): 8e58ab6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \