Your Name commited on
Commit
d439425
1 Parent(s): f94f4b5
Files changed (1) hide show
  1. 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.7-dev \
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/*