Paolo-Fraccaro
commited on
Commit
·
39c9fed
1
Parent(s):
337e7dd
fix bug
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu:21.04
|
|
3 |
|
4 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
5 |
build-essential \
|
6 |
-
python3.
|
7 |
python3-pip \
|
8 |
python3-setuptools \
|
9 |
git \
|
|
|
3 |
|
4 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
5 |
build-essential \
|
6 |
+
python3.9 \
|
7 |
python3-pip \
|
8 |
python3-setuptools \
|
9 |
git \
|