Spaces:
Paused
Paused
ci(docker): add missing python-is-python3
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -12,6 +12,7 @@ RUN apt-get install -y \
|
|
12 |
git-lfs \
|
13 |
htop \
|
14 |
procps \
|
|
|
15 |
python3 \
|
16 |
nano \
|
17 |
vim \
|
|
|
12 |
git-lfs \
|
13 |
htop \
|
14 |
procps \
|
15 |
+
python-is-python3 \
|
16 |
python3 \
|
17 |
nano \
|
18 |
vim \
|