Spaces:
Sleeping
Sleeping
Léo Bourrel
commited on
Commit
·
5c86995
1
Parent(s):
1a3b588
feat: update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -7,6 +7,7 @@ RUN apt update && \
|
|
7 |
build-essential \
|
8 |
python3 \
|
9 |
python3-pip \
|
|
|
10 |
postgresql-server-dev-14 \
|
11 |
libpq-dev \
|
12 |
htop \
|
|
|
7 |
build-essential \
|
8 |
python3 \
|
9 |
python3-pip \
|
10 |
+
python3-dev \
|
11 |
postgresql-server-dev-14 \
|
12 |
libpq-dev \
|
13 |
htop \
|