update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
| 11 |
curl \
|
| 12 |
git \
|
| 13 |
python-is-python3 \
|
| 14 |
-
python3.
|
| 15 |
python3-pip \
|
| 16 |
wget \
|
| 17 |
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
| 11 |
curl \
|
| 12 |
git \
|
| 13 |
python-is-python3 \
|
| 14 |
+
python3.10-dev \
|
| 15 |
python3-pip \
|
| 16 |
wget \
|
| 17 |
&& rm -rf /var/lib/apt/lists/*
|